ConsolidatedPresence

public enum ConsolidatedPresence : Int

Consolidated presence information: ‘online’ means the user is open for communication, ‘busy’ means the user is open for communication but involved in an other activity, ‘do not disturb’ means the user is not open for communication, and ‘offline’ means that no presence information is available.

  • Undocumented

    Declaration

    Swift

    case Online = 0
  • Undocumented

    Declaration

    Swift

    case Busy = 1
  • Undocumented

    Declaration

    Swift

    case DoNotDisturb = 2
  • Undocumented

    Declaration

    Swift

    case Offline = 3