PreferenceCenter

Airship Preference Center.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
fun interface OnOpenListener

Listener to override Preference Center open behavior.

Properties

Link copied to clipboard

Preference Center open listener.

Functions

Link copied to clipboard
suspend fun getConfig(preferenceCenterId: String): PreferenceCenterConfig?

Returns the preference center config, or null if its not found.

Link copied to clipboard

Returns a PendingResult containing the configuration of the Preference Center form with the given preferenceCenterId.

Link copied to clipboard
open override fun onAirshipDeepLink(uri: Uri): Boolean
Link copied to clipboard
fun open(preferenceCenterId: String)

Opens the Preference Center with the given preferenceCenterId.

Inherited functions

Link copied to clipboard
Link copied to clipboard
open fun onPerformJob(@NonNull airship: UAirship, @NonNull jobInfo: JobInfo): JobResult