SandboxedUiAdapterFactory
Artifact: androidx.privacysandbox.ui:ui-client
Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
public static class SandboxedUiAdapterFactory
Provides an adapter created from a supplied Bundle which acts as a proxy between the host app and the Binder provided by the provider of content.
Summary
Public fields |
|
|---|---|
static @NonNull SandboxedUiAdapterFactory |
Public methods |
|
|---|---|
final @NonNull SandboxedUiAdapter |
This method is deprecated. This library is no longer supported. |
Public fields
INSTANCE
Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
public static @NonNull SandboxedUiAdapterFactory INSTANCE
Public methods
createFromCoreLibInfo
Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
public final @NonNull SandboxedUiAdaptercreateFromCoreLibInfo(@NonNull Bundle coreLibInfo)
| Throws | |
|---|---|
IllegalArgumentException |
if {@code coreLibInfo} does not contain a Binder with the key UI_ADAPTER_BINDER |