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 ee63a38 commit 8a9e6e6Copy full SHA for 8a9e6e6
OneSignalSDK/onesignal/core/src/main/java/com/onesignal/notifications/IDisplayableNotification.kt
@@ -5,7 +5,7 @@ package com.onesignal.notifications
5
*/
6
interface IDisplayableNotification : INotification {
7
/**
8
- * Display the notification on the device. Typically this is only possible within a short
+ * 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
10
* [INotificationReceivedEvent] and [INotificationWillDisplayEvent] for more information
11
* on how this might be used.
0 commit comments