UsherSessionRequest

public struct UsherSessionRequest

Usher Server notification session request.

  • Usher Server notification session type.

    Declaration

    Swift

    public let actionType: UsherSessionType
  • Identifier of Usher Server notification session request.

    Declaration

    Swift

    public let identifer: String
  • Whether the action is performed on notification or not.

    Declaration

    Swift

    public let actionPerformed: Bool
  • The time at which the UsherSessionRequest was created.

    Declaration

    Swift

    public let timestamp: Date
  • Representation of Usher Server push notification payload.

    Declaration

    Swift

    public let payload: APNPayload