Tags: Karn/notify
Tags
Merge pull request #13 from Karn/develop **New features**: - Notification Alerting -- configure the LED color, sounds and vibrations of Notifications. - Set the `LargeIcon`. - Configure the People associated with the notification, this helps the system prioritize notifications and bypass Do Not Disturb mode if applicable. **Breaking changes**: - Modified: - `NotifyCreator#alerting(Payload.Alert.() -> Unit)` -> `NotifyCreator#alerting(String, Payload.Alert.() -> Unit)` - `Notify#defaultConfig { }` now uses DSL syntax for default `Header` and Alerting configuration. - Renamed: - `Creator` -> `NotifyCreator` - `Notify#DEFAULT_CHANNEL_KEY` -> `Notify#CHANNEL_DEFAULT_KEY` - `Notify#DEFAULT_CHANNEL_NAME` -> `Notify#CHANNEL_DEFAULT_NAME` - `Notify#DEFAULT_CHANNEL_DESCRIPTION` -> `Notify#CHANNEL_DEFAULT_DESCRIPTION`
PreviousNext