OnyxInitializationOptions

data class OnyxInitializationOptions(val legacyBaseServices: Boolean = false, val hiddenApiExemptionProvider: HiddenApiExemptionProvider? = null)(source)

Options for the explicit, idempotent OnyxSdk.initialize bootstrap.

Constructors

Link copied to clipboard
constructor(legacyBaseServices: Boolean = false, hiddenApiExemptionProvider: HiddenApiExemptionProvider? = null)

Properties

Link copied to clipboard

Optional exemption hook installed before the first capability discovery.

Link copied to clipboard

Initializes compatibility-only resource and Rx services used by the legacy base artifact.