UIConfiguration

public class UIConfiguration : Encodable

An object to configure UI. For now, only configuring localisation for Google IMA is supported.

  • Construct a UIConfiguration object.

    Declaration

    Swift

    public init(language: String)

    Parameters

    language

    Use a valid language code string (e.g. ‘es’ for Spanish) to be used for localisation for Google IMA.