You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (void)trackAppInstallWithProperties:(nullable NSDictionary *)propertiesdisableCallback:(BOOL)disableCallback NS_EXTENSION_UNAVAILABLE("ChannelMatch not supported for iOS extensions.");
73
73
74
74
/**
75
75
* @abstract
@@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN
81
81
*
82
82
* @param event event 的名称
83
83
*/
84
-
- (void)trackInstallation:(NSString *)event;
84
+
- (void)trackInstallation:(NSString *)event NS_EXTENSION_UNAVAILABLE("ChannelMatch not supported for iOS extensions.");
- (void)setServerUrl:(NSString *)serverUrlisRequestRemoteConfig:(BOOL)isRequestRemoteConfig API_UNAVAILABLE(macos)NS_EXTENSION_UNAVAILABLE("RemoteConfig not supported for iOS extensions.");
- (void)setDebugMode:(SensorsAnalyticsDebugMode)debugMode __attribute__((deprecated("已过时,建议动态开启调试模式"))) API_UNAVAILABLE(macos)NS_EXTENSION_UNAVAILABLE("DebugMode not supported for iOS extensions.");
0 commit comments