CalendarContract.RemindersColumns.Method Field

Definition

Caution

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

The alarm method, as set on the server.

[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

Field Value

Attributes

Remarks

The alarm method, as set on the server. #METHOD_DEFAULT, #METHOD_ALERT, #METHOD_EMAIL, #METHOD_SMS and #METHOD_ALARM are possible values; the device will only process #METHOD_DEFAULT and #METHOD_ALERT reminders (the other types are simply stored so we can send the same reminder info back to the server when we make changes).

Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to