Package org.robolectric.shadows
Class ShadowRanking
java.lang.Object
org.robolectric.shadows.ShadowRanking
@Implements(value=android.service.notification.NotificationListenerService.Ranking.class, minSdk=20) public class ShadowRanking extends Object
Shadow for
NotificationListenerService.Ranking.-
Constructor Summary
Constructors Constructor Description ShadowRanking() -
Method Summary
Modifier and Type Method Description voidsetChannel(NotificationChannel notificationChannel)Overrides the return value forNotificationListenerService.Ranking.getChannel().voidsetSmartReplies(ArrayList<CharSequence> smartReplies)Overrides the return value forNotificationListenerService.Ranking.getSmartReplies().
-
Constructor Details
-
ShadowRanking
public ShadowRanking()
-
-
Method Details
-
setChannel
Overrides the return value forNotificationListenerService.Ranking.getChannel(). -
setSmartReplies
Overrides the return value forNotificationListenerService.Ranking.getSmartReplies().
-