Package-level declarations
Contains high-level classes for interacting with the Airship API. This package provides a very high level interface to the Airship API via UAirship
and the Options
classes.
Types
Coroutine dispatchers using the Airship thread pools.
Airship initializer.
Log handler
Default log handling. Sends all logs to android.util.Log
.
No dependency Airship initializer.
The privacy manager allow enabling/disabling features in the SDK that require user data. The SDK will not make any network requests or collect data if all features our disabled, with a few exceptions when going from enabled -> disabled. To have the SDK opt-out of all features on startup, set the default enabled features in the AirshipConfig to Feature.NONE, or in the airshipconfig.properties file with enabledFeatures = none
.