SharedUiAdapterFactory
@ExperimentalFeatures.SharedUiPresentationApi
public static class SharedUiAdapterFactory
Provides an implementation of SharedUiAdapter created from a supplied Bundle which acts as a proxy between the host app and the Binder provided by the UI provider.
Summary
Public fields |
|
|---|---|
static @NonNull SharedUiAdapterFactory |
Public methods |
|
|---|---|
final @NonNull SharedUiAdapter |
Creates a |
Public fields
Public methods
createFromCoreLibInfo
Added in 1.0.0-alpha16
@ExperimentalFeatures.SharedUiPresentationApi
public final @NonNull SharedUiAdapter createFromCoreLibInfo(@NonNull Bundle coreLibInfo)
Creates a SharedUiAdapter from a supplied coreLibInfo that acts as a proxy between the host app and the Binder provided by the UI provider.
| Throws | |
|---|---|
kotlin.IllegalArgumentException |
if |