SandboxedUiAdapterFactory
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 |
createFromCoreLibInfo(@NonNull Bundle coreLibInfo) |
Public fields
Public methods
createFromCoreLibInfo
Added in 1.0.0-alpha16
public final @NonNull SandboxedUiAdapter createFromCoreLibInfo(@NonNull Bundle coreLibInfo)
| Throws | |
|---|---|
kotlin.IllegalArgumentException |
if {@code coreLibInfo} does not contain a Binder with the key UI_ADAPTER_BINDER |