UserDelegateState

public enum UserDelegateState : String, Codable

Undocumented

  • A request is pending - the coach needs to accept this request

    Declaration

    Swift

    case pendingCoach = "pending_coach"
  • A request is pending - the client needs to accept this request

    Declaration

    Swift

    case pendingClient = "pending_client"
  • The delegate relationship is active

    Declaration

    Swift

    case active
  • The delegate relationship was cancelled or declined

    Declaration

    Swift

    case declined