SandboxedSdkProvider.OnLoadSdk(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("onLoadSdk", "(Landroid/os/Bundle;)Landroid/app/sdksandbox/SandboxedSdk;", "GetOnLoadSdk_Landroid_os_Bundle_Handler", ApiSince=34)]
public abstract Android.App.SdkSandbox.SandboxedSdk OnLoadSdk (Android.OS.Bundle params);
[<Android.Runtime.Register("onLoadSdk", "(Landroid/os/Bundle;)Landroid/app/sdksandbox/SandboxedSdk;", "GetOnLoadSdk_Landroid_os_Bundle_Handler", ApiSince=34)>]
abstract member OnLoadSdk : Android.OS.Bundle -> Android.App.SdkSandbox.SandboxedSdk
Parameters
- params
- Bundle
Returns
- Attributes