All Classes and Interfaces
Class
Description
Notification represents a single notification to be sent to a client.
You must implement this interface.
The NotificationChannel is a notification communication channel associated with a particular user.
You should implement (and register) the NotificationChannelListener if you want to receive a callback when a user has dismissed a notification from their screen.
Configuration for the Notifications Provider.
Created by chsitter on 15/12/14.
If you want to manage notifications within your application you MUST create an instance of this class.