言語

WebAppInstallRequest.ResultSuccess フィールド

定義

注意事項

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_SUCCESS", 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 ResultSuccess = 0;
[<Android.Runtime.Register("RESULT_SUCCESS", 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 ResultSuccess : Android.Content.PM.Webapp.WebAppInstallResultCode

フィールド値

Value = 0
属性

注釈

インストールは正常に完了しました。

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

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

適用対象