SandboxedSdkProviderAdapter


@RequiresApi(value = 34)
class SandboxedSdkProviderAdapter : SandboxedSdkProvider


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

Summary

Public constructors

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

Public functions

open Unit
open View
getView(windowContext: Context, params: Bundle, width: Int, height: Int)
open SandboxedSdk
onLoadSdk(params: Bundle)

Inherited functions

From android.app.sdksandbox.SandboxedSdkProvider
Unit

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

Context?

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

Public constructors

SandboxedSdkProviderAdapter

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

Public functions

beforeUnloadSdk

open fun beforeUnloadSdk(): Unit

getView

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
open fun getView(windowContext: Context, params: Bundle, width: Int, height: Int): View

onLoadSdk

Added in 1.0.0-alpha19
Deprecated in 1.0.0-alpha19
open fun onLoadSdk(params: Bundle): SandboxedSdk