Sdílet prostřednictvím


SdkSandboxController.AppOwnedSdkSandboxInterfaces Property

Definition

Fetches all AppOwnedSdkSandboxInterface that are registered by the app.

public virtual System.Collections.Generic.IList<Android.App.SdkSandbox.AppOwnedSdkSandboxInterface> AppOwnedSdkSandboxInterfaces { [Android.Runtime.Register("getAppOwnedSdkSandboxInterfaces", "()Ljava/util/List;", "GetGetAppOwnedSdkSandboxInterfacesHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAppOwnedSdkSandboxInterfaces", "()Ljava/util/List;", "GetGetAppOwnedSdkSandboxInterfacesHandler", ApiSince=35)>]
member this.AppOwnedSdkSandboxInterfaces : System.Collections.Generic.IList<Android.App.SdkSandbox.AppOwnedSdkSandboxInterface>

Property Value

List of AppOwnedSdkSandboxInterface containing all currently registered AppOwnedSdkSandboxInterface.

Attributes

Remarks

Fetches all AppOwnedSdkSandboxInterface that are registered by the app.

Java documentation for android.app.sdksandbox.sdkprovider.SdkSandboxController.getAppOwnedSdkSandboxInterfaces().

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.

Applies to