Source

public enum Source

An enum that defines the value source.

  • If no value is provided, the defaults will be used: an empty string (“”) for String, 0 for numbers, and false for Bool.

    Declaration

    Swift

    case defaultValue
  • The value that is received from defaults. See setDefaults(_:callback:), loadXml(at:callback:).

    Declaration

    Swift

    case inappDefault
  • The value that is received from the server.

    Declaration

    Swift

    case server