We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbed11d commit 9ad8e09Copy full SHA for 9ad8e09
OneSignalSDK/onesignal/core/src/main/java/com/onesignal/notifications/IDisplayableNotification.kt
@@ -6,7 +6,7 @@ package com.onesignal.notifications
6
interface IDisplayableNotification : INotification {
7
/**
8
* 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
+ * time-frame (~30 seconds) after the notification is received on the device. See
10
* [INotificationReceivedEvent] and [INotificationWillDisplayEvent] for more information
11
* on how this might be used.
12
*/
0 commit comments