美文网首页
iOS获取通知栏已经显示出来的通知

iOS获取通知栏已经显示出来的通知

作者: 雾霭天涯 | 来源:发表于2022-01-19 17:15 被阅读0次

    获取通知中心列表的通知

        [[UNUserNotificationCenter currentNotificationCenter] getDeliveredNotificationsWithCompletionHandler:^(NSArray<UNNotification *> * _Nonnull notifications) {
            NSLog(@"Delivered: %@", notifications);
        }];
    

    相关文章

      网友评论

          本文标题:iOS获取通知栏已经显示出来的通知

          本文链接:https://www.haomeiwen.com/subject/jqnrhrtx.html