Status

public enum Status : String

Models the current status of the session.

  • Indicates that a new session has been started.

    Declaration

    Swift

    case started
  • Indicates that an existing session was resumed.

    Declaration

    Swift

    case resumed
  • Indicates that an existing session was ended.

    Declaration

    Swift

    case ended