SdkSandboxController.AppOwnedSdkSandboxInterfaces 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.
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.
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.