@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

Public functions

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

Public constructors

SandboxedSdkProviderAdapter

Added in 1.0.0-alpha13
SandboxedSdkProviderAdapter()

Public functions

beforeUnloadSdk

open fun beforeUnloadSdk(): Unit

getView

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

onLoadSdk

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