CalendarContract.RemindersColumns.Method フィールド

定義

注意事項

Use 'Android.Provider.CalendarContract.IRemindersColumns.Method'. This class will be removed in a future release.

サーバーに設定されているアラーム方法。

[Android.Runtime.Register("METHOD")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.IRemindersColumns.Method'. This class will be removed in a future release.")]
public const string Method;
[<Android.Runtime.Register("METHOD")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.IRemindersColumns.Method'. This class will be removed in a future release.")>]
val mutable Method : string

フィールド値

属性

注釈

サーバーに設定されているアラーム方法。 #METHOD_DEFAULT#METHOD_ALERT#METHOD_EMAIL#METHOD_SMSおよび #METHOD_ALARM は可能な値です。デバイスは、アラームと#METHOD_ALERTアラームのみを処理#METHOD_DEFAULTします (他の型は単純に格納されるため、変更を加えたときに同じアラーム情報をサーバーに送り返すことができます)。

の Java ドキュメント android.provider.CalendarContract.RemindersColumns.METHOD

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

適用対象