NCMBAnalytics Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NCMBAnalytics.h |
+ trackAppOpenedWithLaunchOptions:
アプリが起動された際に、情報を送信。didFinishLaunchingWithOptions内で呼び出す。
+ (void)trackAppOpenedWithLaunchOptions:(NSDictionary *)launchOptionsParameters
launchOptions |
プッシュ通知内容を含むアプリケーションの起動オプション |
|---|
Declared In
NCMBAnalytics.h
+ trackAppOpenedWithRemoteNotificationPayload:
プッシュ通知によりアプリが起動された際に、情報を送信。didReceiveRemoteNotification内で呼び出す
+ (void)trackAppOpenedWithRemoteNotificationPayload:(NSDictionary *)userInfoParameters
userInfo |
プッシュ通知内容 |
|---|
Declared In
NCMBAnalytics.h