MutableProfileAttribute

public protocol MutableProfileAttribute

Protocol used for updating profile attributes

  • Undocumented

    Declaration

    Swift

    var name: String { get }
  • Undocumented

    Declaration

    Swift

    var label: String { get }
  • Undocumented

    Declaration

    Swift

    var type: String { get }
  • Undocumented

    Declaration

    Swift

    var domainList: [[String : String]] { get }
  • Undocumented

    Declaration

    Swift

    var value: AnyCodable? { get set }
  • Undocumented

    Declaration

    Swift

    var defaultValue: AnyCodable? { get set }
  • Undocumented

    Declaration

    Swift

    var isHidden: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isReadOnly: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isOptional: Bool { get }