SandboxedSdk(IBinder) Constructor
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.
Creates a SandboxedSdk
object.
[Android.Runtime.Register(".ctor", "(Landroid/os/IBinder;)V", "", ApiSince=34)]
public SandboxedSdk (Android.OS.IBinder sdkInterface);
[<Android.Runtime.Register(".ctor", "(Landroid/os/IBinder;)V", "", ApiSince=34)>]
new Android.App.SdkSandbox.SandboxedSdk : Android.OS.IBinder -> Android.App.SdkSandbox.SandboxedSdk
Parameters
- sdkInterface
- IBinder
The SDK's interface. This will be the entrypoint into the sandboxed SDK
for the application. The SDK should keep this valid until it's loaded in the sandbox, and
start failing calls to this interface once it has been unloaded.
<p>This interface can later be retrieved using #getInterface()
.
- Attributes
Remarks
Creates a SandboxedSdk
object.
Java documentation for android.app.sdksandbox.SandboxedSdk.SandboxedSdk(android.os.IBinder)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.