Android Studio Sign in

CompositionLocalContext


Stores CompositionLocal's and their values.

Can be obtained via currentCompositionLocalContext and passed to another composition via CompositionLocalProvider.

CompositionLocalContext is immutable and won't be changed after its obtaining.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int
Morty Proxy This is a proxified and sanitized view of the page, visit original site.