Interface iOSNotificationTrigger
iOSNotificationTrigger interface is implemented by notification trigger types representing an event that triggers the delivery of a notification.
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
public interface iOSNotificationTrigger
Properties
Type
The type of notification trigger. For internal use.
Declaration
iOSNotificationTriggerType Type { get; }
Property Value
Type | Description |
---|---|
iOSNotificationTriggerType | The type of the trigger |