FriendState

public enum FriendState : Int32

Undocumented

  • A friend invitation is received from someone to the current user

    Declaration

    Swift

    case invite = 1
  • A friend invitation is sent from the current user to the reciepient for friendship

    Declaration

    Swift

    case invited = 2