OpenPreferenceCenterAction

class OpenPreferenceCenterAction(preferenceCenterCallable: Callable<PreferenceCenter> = AirshipComponentUtils.callableForComponent( PreferenceCenter::class.java)) : Action(source)

Opens a Preference Center.

Constructors

Link copied to clipboard
constructor(preferenceCenterCallable: Callable<PreferenceCenter> = AirshipComponentUtils.callableForComponent( PreferenceCenter::class.java))

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun acceptsArguments(arguments: ActionArguments): Boolean
Link copied to clipboard
open override fun perform(arguments: ActionArguments): ActionResult
Link copied to clipboard
open override fun shouldRunOnMainThread(): Boolean

Inherited functions

Link copied to clipboard
open fun onFinish(arguments: ActionArguments, result: ActionResult)
Link copied to clipboard
open fun onStart(arguments: ActionArguments)
Link copied to clipboard