UserNotifications.framework
简介
Apple Inc在IOS10中引入该框架,给与了用户极大程度的自由去定制推送消息的格式,支持图片,短视频、音乐等附件;
框架组成
NSString+UserNotifications.h
UNError.h
UNNotification.h
UNNotificationAction.h
UNNotificationAttachment.h
UNNotificationCategory.h
UNNotificationContent.h
UNNotificationRequest.h
UNNotificationRespose.h
UNNotificationServicesExtension.h
UNNotificationSettings.h
UNNotificationTrigger.h
UNUserNotificationCenter.h
UserNotifications.h
使用注意点
UNTimeIntervalNotificationTrigger: 其中的timeInterval在repeats模式下至少大于60s,非repeats模式要求大于0s;
网友评论