androidx.privacysandbox.ui.provider
Interfaces
Classes
AbstractSandboxedUiAdapter | An abstract class that implements |
AbstractSandboxedUiAdapter.AbstractSession | An abstract class that implements |
Extension functions summary
Bundle | Provides a |
Bundle | SandboxedUiAdapter.toCoreLibInfo(context: Context)Provides a |
Extension functions
toCoreLibInfo
@ExperimentalFeatures.SharedUiPresentationApi
fun SharedUiAdapter.toCoreLibInfo(): Bundle
Provides a Bundle containing a Binder which represents a SharedUiAdapter. The Bundle is sent to the client in order for the SharedUiAdapter to be used to maintain a connection with a UI provider.
toCoreLibInfo
fun SandboxedUiAdapter.toCoreLibInfo(context: Context): Bundle
Provides a Bundle containing a Binder which represents a SandboxedUiAdapter. The Bundle is shuttled to the host app in order for the SandboxedUiAdapter to be used to retrieve content.