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 SummaryConstructors Constructor Description ShadowRanking()
- 
Method SummaryModifier 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- 
ShadowRankingpublic ShadowRanking()
 
- 
- 
Method Details- 
setChannelOverrides the return value forNotificationListenerService.Ranking.getChannel().
- 
setSmartRepliesOverrides the return value forNotificationListenerService.Ranking.getSmartReplies().
 
-