Skip to content

Commit

Permalink
Added missing ios specific constants to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Feb 21, 2024
1 parent fb220ca commit 553509e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/Classes/codec/AblyPlatformConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ extern NSString *const AblyPlatformMethod_realtimeAuthAuthorize;
extern NSString *const AblyPlatformMethod_realtimeAuthCreateTokenRequest;
extern NSString *const AblyPlatformMethod_realtimeAuthRequestToken;
extern NSString *const AblyPlatformMethod_realtimeAuthGetClientId;

extern NSString *const AblyPlatformMethod_connectionId;
extern NSString *const AblyPlatformMethod_connectionKey;
extern NSString *const AblyPlatformMethod_connectionRecoveryKey;
extern NSString *const AblyPlatformMethod_connectionErrorReason;

extern NSString *const AblyPlatformMethod_pushActivate;
extern NSString *const AblyPlatformMethod_pushDeactivate;
extern NSString *const AblyPlatformMethod_pushReset;
Expand Down

0 comments on commit 553509e

Please sign in to comment.