IntentControlledThemingColor

class IntentControlledThemingColor(application: IviApplication, lifecycleOwner: LifecycleOwner) : BroadcastReceiver

Theming can be updated through ADB using:

adb shell am broadcast -a Theming.Color --es value "Light"

or

adb shell am broadcast -a Theming.Color --es value "Dark"

Constructors

Link copied to clipboard
fun IntentControlledThemingColor(application: IviApplication, lifecycleOwner: LifecycleOwner)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)

Inherited functions

Link copied to clipboard
fun abortBroadcast()
Link copied to clipboard
fun clearAbortBroadcast()
Link copied to clipboard
fun getAbortBroadcast(): Boolean
Link copied to clipboard
fun getDebugUnregister(): Boolean
Link copied to clipboard
fun getResultCode(): Int
Link copied to clipboard
fun getResultData(): String
Link copied to clipboard
fun getResultExtras(p0: Boolean): Bundle
Link copied to clipboard
fun goAsync(): BroadcastReceiver.PendingResult
Link copied to clipboard
fun isInitialStickyBroadcast(): Boolean
Link copied to clipboard
fun isOrderedBroadcast(): Boolean
Link copied to clipboard
open fun peekService(p0: Context, p1: Intent): IBinder
Link copied to clipboard
fun setDebugUnregister(p0: Boolean)
Link copied to clipboard
fun setOrderedHint(p0: Boolean)
Link copied to clipboard
fun setResult(    p0: Int,     p1: String,     p2: Bundle)
Link copied to clipboard
fun setResultCode(p0: Int)
Link copied to clipboard
fun setResultData(p0: String)
Link copied to clipboard
fun setResultExtras(p0: Bundle)