androidx.privacysandbox.ui.provider


Classes

AbstractSandboxedUiAdapter

An abstract class that implements SandboxedUiAdapter while abstracting away methods that do not need to be implemented by a UI provider.

AbstractSandboxedUiAdapter.AbstractSession

An abstract class that implements SandboxedUiAdapter.Session so that a UI provider does not need to implement the entire interface.

Objects

SdkActivityLauncherFactory

This object is deprecated. Use the Privacy Sandbox Activity library version instead.

Extension functions summary

Bundle

Provides a Bundle containing a Binder which represents a SandboxedUiAdapter.

Extension functions

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.