VTNotificationPushManager
The VTNotificationPushManager model gathers properties that let you set push notification preferences.
Accessors
type
▸ type: VTNotificationPushType
The push notification type.
Returns: VTNotificationPushType
includesCallsInRecents
▸ includesCallsInRecents: Bool
Includes CallKit calls on the system's recents list. This accessor is available on iOS 11 and later.
Returns: Bool
localizedCallerName
▸ localizedCallerName: String?
Lets you manually handle the CallKit localized caller name.
Returns: String?
incomingCallTimeout
▸ incomingCallTimeout: Int32
Sets a timeout for push notifications, in seconds.
Returns: Int32
Updated about 2 months ago