UserRole

@objc
public enum UserRole : Int, StringConvertibleEnum, Codable

A class representing a User Role.

  • User is the primary user.

    Declaration

    Swift

    case primary = 1
  • User is a secondary user.

    Declaration

    Swift

    case secondary = 2
  • User’s role is driver.

    Declaration

    Swift

    case driver = 3