語言

WebAppInstallRequest.ResultInternalError 欄位

定義

警告

This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppInstallResultCode enum directly instead of this field.

安裝失敗是因為系統內部錯誤。

[Android.Runtime.Register("RESULT_INTERNAL_ERROR", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppInstallResultCode enum directly instead of this field.", true)]
public const Android.Content.PM.Webapp.WebAppInstallResultCode ResultInternalError = 2;
[<Android.Runtime.Register("RESULT_INTERNAL_ERROR", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Webapp.WebAppInstallResultCode enum directly instead of this field.", true)>]
val mutable ResultInternalError : Android.Content.PM.Webapp.WebAppInstallResultCode

欄位值

Value = 2
屬性

備註

安裝失敗是因為系統內部錯誤。

Android 參考資料。android.content.pm.webapp.WebAppInstallRequest.RESULT_INTERNAL_ERROR

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於