UnbluLocalNotification
struct UnbluLocalNotification
An object representing a local notification that will be used to construct and schedule a UNNotification
-
The identifier Unblu will use when creating a
UNNotificationRequestDeclaration
Swift
let identifier: String -
The title Unblu will use when creating a
UNNotificationDeclaration
Swift
let title: String -
The body Unblu will use when creating a
UNNotificationDeclaration
Swift
let body: String -
The threadIdentifier Unblu will use when creating a
UNNotificationDeclaration
Swift
let threadId: String -
The sound Unblu will use when creating a
UNNotificationDeclaration
Swift
let sound: UNNotificationSound -
The callid Unblu will use when creating a
UNNotificationDeclaration
Swift
let callId: String? -
Creates the object
Declaration
Swift
init(identifier: String, title: String, body: String, threadId: String, sound: UNNotificationSound, callId: String?)Parameters
identifierThe identifier Unblu will use when creating a
UNNotificationRequesttitleThe title Unblu will use when creating a
UNNotificationbodyThe body Unblu will use when creating a
UNNotificationthreadIdThe threadIdentifier Unblu will use when creating a
UNNotificationsoundThe sound Unblu will use when creating a
UNNotification