LocalNotificationPayloadConst

public struct LocalNotificationPayloadConst

Undocumented

  • Uniquie identifier of the local notification

    Declaration

    Swift

    public static let identifier: String
  • Title of the local notification

    Declaration

    Swift

    public static let title: String
  • Body of the local notification

    Declaration

    Swift

    public static let body: String
  • Defines unix timestamp date when local notification will be fired

    Declaration

    Swift

    public static let unixTimestamp: String
  • Dictionary of the buttons provided for local notification, use dismiss to select distuctive red button

    Declaration

    Swift

    public static let actions: String
  • Dictionary of the avail atachments for the local notification

    Declaration

    Swift

    public static let attachments: String
  • Url of the default action

    Declaration

    Swift

    public static let defaultActionUrl: String
  • Url of the dismiss action

    Declaration

    Swift

    public static let dismissActionUrl: String