Notification

public struct Notification

The Push notification to send. Includes the notification message, the targets to receive the message, and the APNS and GCM settings.

Initializer

  • The content of the notification message.

    See more

    Declaration

    Swift

    public struct Message
  • Specifies the recipients of the notification.

    See more

    Declaration

    Swift

    public struct Target
  • Additional properties that can be configured for the notification.

    See more

    Declaration

    Swift

    public struct Settings