AppOwnedSdkSandboxInterface.Interface Property
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.
Returns binder object associated with AppOwnedSdkSandboxInterface.
public Android.OS.IBinder Interface { [Android.Runtime.Register("getInterface", "()Landroid/os/IBinder;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getInterface", "()Landroid/os/IBinder;", "", ApiSince=35)>]
member this.Interface : Android.OS.IBinder
Property Value
- Attributes
Remarks
Returns binder object associated with AppOwnedSdkSandboxInterface.
The SDK and the app can agree on a binder interface to be implemented by the app and shared via this object, see AppOwnedSdkSandboxInterface
.
The SDK in the sandbox will have to cast the binder object received from this method to the agreed upon interface before using it.
Java documentation for android.app.sdksandbox.AppOwnedSdkSandboxInterface.getInterface()
.
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.