We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ef45f commit f05117cCopy full SHA for f05117c
ios/IntercomModule.h
@@ -2,7 +2,7 @@
2
3
@interface IntercomModule : NSObject <RCTBridgeModule>
4
+ (void)initialize:(nonnull NSString *)apiKey withAppId:(nonnull NSString *)appId;
5
-+ (void)setDeviceToken:(nonnull NSString *)deviceToken;
++ (void)setDeviceToken:(nonnull NSData *)deviceToken;
6
+ (BOOL)isIntercomPushNotification:(nonnull NSDictionary *)userInfo;
7
+ (void)handleIntercomPushNotification:(nonnull NSDictionary *)userInfo;
8
- (NSError *)exceptionToError:(NSException *)exception :(NSString *)code :(NSString *)domain;
0 commit comments