Share via


CalendarContract.Reminders.InterfaceConsts.Method Field

Definition

The alarm method, as set on the server.

[Android.Runtime.Register("METHOD")]
public const string Method;
[<Android.Runtime.Register("METHOD")>]
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