{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

NotificationActionSubject

class NotificationActionSubject


Subject for making assertions about android.app.Notification.Actions.

Only supports on Android APIs >= 16

Summary

Public functions

NotificationActionSubject
assertThat(action: Action)
Factory<NotificationActionSubject, Action>
StringSubject

Public functions

assertThat

fun assertThat(action: Action): NotificationActionSubject

notificationActions

fun notificationActions(): Factory<NotificationActionSubject, Action>

title

fun title(): StringSubject