Android.App.SdkSandbox.SdkProvider Namespace

Provides APIs that SDKs loaded in the SDK sandbox use to interact with the sandbox and their client app.

Classes

Name Description
SdkSandboxClientImportanceEventArgs

Provides data for notifications that the SDK sandbox client's foreground importance has changed.

SdkSandboxController

Controller that is used by SDK loaded in the sandbox to access information provided by the sdk sandbox.

Interfaces

Name Description
ISdkSandboxActivityHandler

This is used to notify the SDK when an Activity is created for it.

ISdkSandboxClientImportanceListener

Used to notify the SDK about changes in the client's android.app.ActivityManager.RunningAppProcessInfo#importance.

Remarks

Use these types to query sandbox state, communicate with other loaded SDKs, handle SDK-owned activities, and observe changes in the client app's process importance.