monoandroid
namespace Android.App.Admin
{
[Register("android/app/admin/DevicePolicyManager", DoNotGenerateAcw = true)]
public class DevicePolicyManager : Object
{
[Register("installSystemUpdate", "(Landroid/content/ComponentName;Landroid/net/Uri;Ljava/util/concurrent/Executor;Landroid/app/admin/DevicePolicyManager$InstallSystemUpdateCallback;)V", "GetInstallSystemUpdate_Landroid_content_ComponentName_Landroid_net_Uri_Ljava_util_concurrent_Executor_Landroid_app_admin_DevicePolicyManager_InstallSystemUpdateCallback_Handler", ApiSince = 29)]
public virtual void InstallSystemUpdate(ComponentName! admin, Uri! updateFilePath, IExecutor! executor, InstallSystemUpdateCallback! callback);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |