Notification settings.
There are two models supported:
Notification.
The application can customize the title, text and the PendingIntent
that will be executed when the default notification is clicked.Notification.
Fully customized notification.Once the service has been started using one type of notification option (default or
custom), calls to
CastRemoteDisplayLocalService.updateNotificationSettings(CastRemoteDisplayLocalService.NotificationSettings)
will expect the same model to be followed.
| class | CastRemoteDisplayLocalService.NotificationSettings.Builder | Builder class for the
CastRemoteDisplayLocalService.NotificationSettings object. |
|