9 #ifndef AuthenticatedConnection_h 10 #define AuthenticatedConnection_h 12 #import "CPTActionType.h" 14 #import "CPTActionsResponse.h" 16 #import "CPTCreateActionResponse.h" 17 #import "CPTClaimResponse.h" 20 #import "CPTSocketNotificationListener.h" 21 #import "CPTCreateAcquireResponse.h" 56 - (void)queryActionsOfType:(CPTActionType)actionType query:(nonnull
id<
CPTQuery>)query callback:(RESPONSE_CALLBACK(
id<
CPTActionsResponse>))callback;
63 -(void)queryUnreadInboxWithCallback:(RESPONSE_CALLBACK(
id<
CPTActionsResponse>))callback;
76 - (void)deleteNotificationsOfType:(CPTActionType)actionType query:(nonnull
id<
CPTQuery>)query callback:(RESPONSE_CALLBACK(
id<
CPTActionsResponse>))callback;
94 -(nonnull id<
CPTActionsResponse>)deleteNotificationOfType:(CPTActionType)actionType query:(nonnull
id<
CPTQuery>)query messageID:(nonnull NSString*)messageID;
111 -(void)deleteNotificationOfTypeAsync:(CPTActionType)actionType query:(nonnull
id<
CPTQuery>)query messageID:(nonnull NSString*)messageID callback:(RESPONSE_CALLBACK(
id<
CPTActionsResponse>))callback;
137 - (void)claimRewardAsync:(nonnull
id<
CPTBadge>)badge withCallback:(RESPONSE_CALLBACK(
id<
CPTClaimResponse>))callback;
Definition: CPTSocketNotificationListener.h:17
Definition: CPTConnection.h:27
Definition: CPTAction.h:36
Definition: CPTBadge.h:21
Definition: CPTCreateActionResponse.h:23
Definition: CPTReward.h:21
Definition: CPTClaimResponse.h:19
Definition: CPTActionsResponse.h:19
Definition: CPTAuthenticatedConnection.h:28
Definition: CPTCreateAcquireResponse.h:17
Definition: CPTAsset.h:23
Definition: CPTQuery.h:15