lipengwei
2020-05-06 d560f4df74bc74b2e5c269173f4c9572bb28cabc
frameworks/WASdkIntf.framework/Headers/WAIPush.h
@@ -35,7 +35,7 @@
- (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler;
// 通知的点击事件
- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler;
- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
// 程序进入后台
- (void)applicationDidEnterBackground:(UIApplication *)application;