Skip to content

Commit 1f92322

Browse files
committed
Header doc for deprecated methods
1 parent 5d07868 commit 1f92322

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Intercom.framework/Versions/A/Headers/Intercom.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ UIKIT_EXTERN NSString *const IntercomWindowDidHideNotification;
359359

360360
typedef void(^ICMCompletion)(NSError *error) __attribute((deprecated));
361361

362+
//=========================================================================================================
363+
/*! @name Deprecated methods */
364+
//=========================================================================================================
362365
/*!
366+
363367
@deprecated Use setSecureOptions: instead
364368
*/
365369
+ (void)setApiKey:(NSString *)apiKey forAppId:(NSString *)appId securityOptions:(NSDictionary*) securityOptions __attribute((deprecated("Use method 'setSecureOptions:' instead")));

0 commit comments

Comments
 (0)