Skip to content

Commit 9ad8e09

Browse files
Update OneSignalSDK/onesignal/core/src/main/java/com/onesignal/notifications/IDisplayableNotification.kt
Co-authored-by: William Shepherd <williamrshepherd@gmail.com>
1 parent bbed11d commit 9ad8e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/core/src/main/java/com/onesignal/notifications/IDisplayableNotification.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package com.onesignal.notifications
66
interface IDisplayableNotification : INotification {
77
/**
88
* Display the notification on the device. Typically this is only possible within a short
9-
* time-frame (~30 seconds) after the notification has been received on the device. See
9+
* time-frame (~30 seconds) after the notification is received on the device. See
1010
* [INotificationReceivedEvent] and [INotificationWillDisplayEvent] for more information
1111
* on how this might be used.
1212
*/

0 commit comments

Comments
 (0)