All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.push.DummyNotificationManager Maven / Gradle / Ivy

There is a newer version: 8.2.28
Show newest version
package cn.leancloud.push;

class DummyNotificationManager extends AVNotificationManager {
  String getApplicationName() {
    return "Notification";
  }

  void sendNotification(String from, String msg) throws IllegalArgumentException {
    ;
  }

  void sendBroadcast(String channel, String msg, String action) {
    ;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy