androidx.privacysandbox.ui.provider
Interfaces
SessionObserverFactoryRegistry |
This interface is deprecated. This library is no longer supported. |
Classes
AbstractSandboxedUiAdapter |
This class is deprecated. This library is no longer supported. |
AbstractSandboxedUiAdapter.AbstractSession |
This class is deprecated. This library is no longer supported. |
Extension functions summary
Bundle |
This function is deprecated. This library is no longer supported. |
Bundle |
SandboxedUiAdapter.This function is deprecated. This library is no longer supported. |
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.