Interface Dimelo.UnreadCountChangedCallback

Enclosing class:
Dimelo

public static interface Dimelo.UnreadCountChangedCallback
 Used with `Dimelo.setUnreadCountChangedListener`
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChanged(int unreadCount)
     
  • Method Details

    • onChanged

      void onChanged(int unreadCount)