TIARequestHandler Block Reference
Declared in | TIAPurchase.h |
---|
Block Definition
TIARequestHandler
A block that to register for a callback with the results of that request once the connection completes.
typedef void (^TIARequestHandler) (id result, NSError *error)
Discussion
A block that to register for a callback with the results of that request once the connection completes.
@discussion The call occurs on the UI Thread.
Declared In
TIAPurchase.h