Telephony.MmsSms.NoError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Provider.MmsSmsErrorType enum directly instead of this field.

エラーの種類: エラーなし。

[Android.Runtime.Register("NO_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MmsSmsErrorType enum directly instead of this field.", true)]
public const Android.Provider.MmsSmsErrorType NoError = 0;
[<Android.Runtime.Register("NO_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MmsSmsErrorType enum directly instead of this field.", true)>]
val mutable NoError : Android.Provider.MmsSmsErrorType

フィールド値

Value = 0
属性

注釈

エラーの種類: エラーなし。

の Java ドキュメント android.provider.Telephony.MmsSms.NO_ERROR

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

適用対象