Rate this page:

VICompletionBlock

Copy URL
typedef 

void

(^VICompletionBlock)(

NSError * __nullable

error
)

Completion callback.

Parameters

  • error:

    NSError * __nullable

    An error object that indicates why the operation failed (see VICallErrorCode and VIPushTokenErrorCode for possible variants), or nil if the operation was successful.

Returns

  • type:

    void