old mode 100755
new mode 100644
| | |
| | | /// <li>ad_activeview</li> |
| | | /// <li>ad_click</li> |
| | | /// <li>ad_exposure</li> |
| | | /// <li>ad_impression</li> |
| | | /// <li>ad_query</li> |
| | | /// <li>ad_reward</li> |
| | | /// <li>adunit_exposure</li> |
| | | /// <li>app_background</li> |
| | | /// <li>app_clear_data</li> |
| | | /// <li>app_exception</li> |
| | | /// <li>app_remove</li> |
| | | /// <li>app_store_refund</li> |
| | | /// <li>app_store_subscription_cancel</li> |
| | | /// <li>app_store_subscription_convert</li> |
| | | /// <li>app_store_subscription_renew</li> |
| | | /// <li>app_update</li> |
| | | /// <li>app_upgrade</li> |
| | | /// <li>dynamic_link_app_open</li> |
| | | /// <li>dynamic_link_app_update</li> |
| | | /// <li>dynamic_link_first_open</li> |
| | | /// <li>error</li> |
| | | /// <li>firebase_campaign</li> |
| | | /// <li>first_open</li> |
| | | /// <li>first_visit</li> |
| | | /// <li>in_app_purchase</li> |
| | | /// <li>notification_dismiss</li> |
| | | /// <li>notification_foreground</li> |
| | |
| | | /// <li>notification_receive</li> |
| | | /// <li>os_update</li> |
| | | /// <li>session_start</li> |
| | | /// <li>session_start_with_rollout</li> |
| | | /// <li>user_engagement</li> |
| | | /// </ul> |
| | | /// |
| | |
| | | /// session terminates. |
| | | + (void)setSessionTimeoutInterval:(NSTimeInterval)sessionTimeoutInterval; |
| | | |
| | | /// The unique ID for this instance of the application. |
| | | + (NSString *)appInstanceID; |
| | | /// Returns the unique ID for this instance of the application or nil if |
| | | /// `ConsentType.analyticsStorage` has been set to `ConsentStatus.denied`. |
| | | /// |
| | | /// @see `FIRAnalytics+Consent.h` |
| | | + (nullable NSString *)appInstanceID; |
| | | |
| | | /// Clears all analytics data for this instance from the device and resets the app instance ID. |
| | | /// FIRAnalyticsConfiguration values will be reset to the default values. |
| | |
| | | /// that parameter. Passing in a nil dictionary will clear all parameters. |
| | | + (void)setDefaultEventParameters:(nullable NSDictionary<NSString *, id> *)parameters; |
| | | |
| | | /// Unavailable. |
| | | - (instancetype)init NS_UNAVAILABLE; |
| | | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |