public static final class TripManager.UpdateNotificationOptions extends Object
CalendarTrip.| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_NOTIFICATION_TIME_MINUTES
The maximum amount of time (in minutes) prior to departure the user can be notified
of an upcoming
CalendarTrip. |
| Constructor and Description |
|---|
UpdateNotificationOptions(CalendarTrip trip,
int notificationTimeMinutes,
boolean notificationEnabled)
Initializes a new instance of
TripManager.UpdateNotificationOptions. |
public static final int MAXIMUM_NOTIFICATION_TIME_MINUTES
CalendarTrip.public UpdateNotificationOptions(CalendarTrip trip, int notificationTimeMinutes, boolean notificationEnabled)
TripManager.UpdateNotificationOptions.trip - CalendarTrip for which to update pre-drive notification, must be not nullnotificationTimeMinutes - time (in minutes) prior to departure the user should be notifiednotificationEnabled - true to enable notifications for this CalendarTrip, false otherwiseCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.