Presence

public enum Presence

A value representing the presence of the current user.

Cases

  • Indicates that the current user is present.

    Declaration

    Swift

    case present
  • Indicates that the current user is away.

    Declaration

    Swift

    case away