Type Definitions
The following type definitions are available globally.
-
@abstract The completion block type. @discussion As these push notifications settings are per user and not per device, any request will go through the backend.
Declaration
Objective-C
typedef void (^EkoRequestCompletion)(BOOL, NSError *_Nullable)Parameters
successThe outcome of the callback.
error(optional) The error from the backend.
Type Definitions Reference