PALFlag

public enum PALFlag

Undocumented

  • Unknown or not provided. Allows the SDK to determine optimal behavior

    Declaration

    Swift

    case auto
  • Explicitly disables the feature or behavior.

    Declaration

    Swift

    case `false`
  • Explicitly enables the feature or behavior.

    Declaration

    Swift

    case `true`