Declared in Zendrive.h

Block Definition

ZendriveSetupHandler

Block type used to define blocks called by Zendrive setup on completion

typedef void (^ZendriveSetupHandler) (BOOL success, NSError *__nullable error)

Discussion

@typedef

If setup succeeds, success is set to YES and error is nil. If setup fails, success is set to NO and error contains details for why setup failed. Refer to ZendriveError.h for a list of error codes.

Declared In

Zendrive.h