VICompletionBlock
typedef void
 (^VICompletionBlock)(NSError * __nullable
 error)Completion callback.
Parameters
error:
NSError * __nullable
Error object that indicates why the operation has failed (see VICallErrorCode and VIPushTokenErrorCode for possible errors), or nil if the operation is successful
Returns
type:
void