SettingsTarget

public enum SettingsTarget

Enum for decide which level properties have to store/read

  • the application level properties are grouped into passwordPolicy, featureVectorPolicy, other and custom catagories. They can be created/updated/deleted by Administrator on application level.

    Declaration

    Swift

    case application
  • user level properties

    Declaration

    Swift

    case user
  • device level properties include application, device, capability and custom catagories, and mainly information for specfic user, device and application.

    Declaration

    Swift

    case device