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

com.litongjava.tio.utils.notification.NotificationTemplate Maven / Gradle / Ivy

package com.litongjava.tio.utils.notification;

public interface NotificationTemplate {

  String alarmTemplate = "- Alarm Time : %s\n"//
      + "- App Group Name : %s\n" //
      + "- App Name : %s\n" //
      + "- Alarm name : %s\n" //
      + "- Alarm Level : %s\n" //
      + "- Alarm Device : %s\n" //
      + "- Alarm Content : \n" //
      + "%s\n";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy