Titanium.Android.Calendar.Event.createAlert

Platform Since
Android 1.5

Summary

create an alert for this event. Pass a dictionary object containing attributes corresponding to properties of Titanium.Android.Calendar.Alert. Returns the created alert.

Arguments

Name Type Summary
data Dictionary<Titanium.Android.Calendar.Alert>

Properties for the new alert, corresponding to properties of Titanium.Android.Calendar.Alert.

Return Type