Interface Dimelo.NotificationDisplayer

All Known Implementing Classes:
Dimelo.BasicNotificationDisplayer
Enclosing class:
Dimelo

public static interface Dimelo.NotificationDisplayer
 Interface which can be implemented in order to customize the notifications
 See BasicNotificationDisplayer
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    displayNotification(android.content.Context context, String message)
     
  • Method Details

    • displayNotification

      void displayNotification(android.content.Context context, String message)