CorePushManagerDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | CorePushManager.h |
Tasks
-
– handleBackgroundNotification:アプリがバックグランドで動作中に通知からアプリを起動した時に CorePushManager#handleRemoteNotification から呼び出されます。
-
– handleForegroundNotifcation:アプリがフォアグランドで動作中に通知を受信した時に CorePushManager#handleRemoteNotification から呼び出されます。
-
– handleLaunchingNotification:アプリのプロセスが起動していない状態で通知からアプリを起動した時に CorePushManager#handleLaunchingNotificationWithOption から呼び出されます。
Instance Methods
handleBackgroundNotification:
アプリがバックグランドで動作中に通知からアプリを起動した時に CorePushManager#handleRemoteNotification から呼び出されます。
- (void)handleBackgroundNotification:(NSDictionary *)userInfoParameters
- userInfo
通知情報を含むオブジェクト
Declared In
CorePushManager.h