言語

WebAppInstallRequest.ResultUnavailable フィールド

定義

注意事項

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_UNAVAILABLE", 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 ResultUnavailable = 8;
[<Android.Runtime.Register("RESULT_UNAVAILABLE", 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 ResultUnavailable : Android.Content.PM.Webapp.WebAppInstallResultCode

フィールド値

Value = 8
属性

注釈

サービスが利用できないため、インストールに失敗しました。

android.content.pm.webapp.WebAppInstallRequest.RESULT_UNAVAILABLEの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象