SandboxedSdkProviderAdapter


@RequiresApi(value = 34)
public final class SandboxedSdkProviderAdapter extends SandboxedSdkProvider


Implementation of platform SandboxedSdkProvider that delegate to SandboxedSdkProviderCompat Gets compat class name from asset "SandboxedSdkProviderCompatClassName.txt"

Summary

Public constructors

This method is deprecated. This library is no longer supported.

Public methods

void
@NonNull View
getView(
    @NonNull Context windowContext,
    @NonNull Bundle params,
    int width,
    int height
)
@NonNull SandboxedSdk

Inherited methods

From android.app.sdksandbox.SandboxedSdkProvider
final void

This method is deprecated. This library is no longer supported.

final @Nullable Context

This method is deprecated. This library is no longer supported.

Public constructors

SandboxedSdkProviderAdapter

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
public SandboxedSdkProviderAdapter()

Public methods

beforeUnloadSdk

public void beforeUnloadSdk()

getView

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
public @NonNull View getView(
    @NonNull Context windowContext,
    @NonNull Bundle params,
    int width,
    int height
)

onLoadSdk

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
public @NonNull SandboxedSdk onLoadSdk(@NonNull Bundle params)