Class ShadowRanking


  • @Implements(value=android.service.notification.NotificationListenerService.Ranking.class,
                minSdk=20)
    public class ShadowRanking
    extends java.lang.Object
    Shadow for NotificationListenerService.Ranking.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowRanking()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setChannel​(android.app.NotificationChannel notificationChannel)
      Overrides the return value for NotificationListenerService.Ranking.getChannel().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowRanking

        public ShadowRanking()
    • Method Detail

      • setChannel

        public void setChannel​(android.app.NotificationChannel notificationChannel)
        Overrides the return value for NotificationListenerService.Ranking.getChannel().