CPPresenceActivities

@objc
public enum CPPresenceActivities : Int, RawRepresentable

The possible values for PresenceActivity status.

  • Declaration

    Swift

    public typealias RawValue = String
  • Represents Unknown activity

    Declaration

    Swift

    case ActivitiesUnknown
  • Represents Other

    Declaration

    Swift

    case ActivitiesOther
  • Represents Available status of the user

    Declaration

    Swift

    case Available
  • Represents Away status of the user

    Declaration

    Swift

    case Away
  • Represents Busy status of the user

    Declaration

    Swift

    case Busy
  • Represents Lunch status of the user

    Declaration

    Swift

    case Lunch
  • Represents on the phone status of the user

    Declaration

    Swift

    case OnThePhone
  • Represents on vacation condition of the user

    Declaration

    Swift

    case Vacation
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init(rawValue: RawValue)
  • Represents super state.

    Declaration

    Swift

    public var superState: RawValue { get }
  • Represents willing of the user to the presentity.

    Declaration

    Swift

    public var willing: Bool { get }