{% 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 constructors

Public functions

java-static NotificationActionSubject!
assertThat(action: Action!)
java-static Factory<NotificationActionSubject, Action>!
StringSubject!

Public constructors

NotificationActionSubject

NotificationActionSubject()

Public functions

assertThat

java-static fun assertThat(action: Action!): NotificationActionSubject!

notificationActions

java-static fun notificationActions(): Factory<NotificationActionSubject, Action>!

title

fun title(): StringSubject!