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 5d07868 commit 1f92322Copy full SHA for 1f92322
Intercom.framework/Versions/A/Headers/Intercom.h
@@ -359,7 +359,11 @@ UIKIT_EXTERN NSString *const IntercomWindowDidHideNotification;
359
360
typedef void(^ICMCompletion)(NSError *error) __attribute((deprecated));
361
362
+//=========================================================================================================
363
+/*! @name Deprecated methods */
364
365
/*!
366
+
367
@deprecated Use setSecureOptions: instead
368
*/
369
+ (void)setApiKey:(NSString *)apiKey forAppId:(NSString *)appId securityOptions:(NSDictionary*) securityOptions __attribute((deprecated("Use method 'setSecureOptions:' instead")));
0 commit comments