PSHCompletionBlock Block Reference

Declared in PSHEngine.h

Block Definition

PSHCompletionBlock

TL;DR if the value of error is nil, you’re good to go. Otherwise check the “localizedDescription” parameter.

typedef void (^PSHCompletionBlock) (NSError *error, id obj)

Discussion

Asynchronous callback to handle the completion of network request operations.

Declared In

PSHEngine.h