Interface NotificationsManager

interface NotificationsManager {
    areNotificationsEnabled(): boolean;
}

Methods

  • Returns whether notifications are enabled in Settings app.

    Returns boolean