toggle menu
Pushwoosh Android SDK
main
switch theme
search in API
pushwoosh
/
com.pushwoosh.notification
/
LocalNotificationRequest
Local
Notification
Request
open
class
LocalNotificationRequest
:
Serializable
Manages local notification schedule.
Members
Constructors
Local
Notification
Request
Link copied to clipboard
constructor
(
requestId
:
Int
)
Properties
request
Id
Link copied to clipboard
open
val
requestId
:
Int
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Cancels local notification associated with this request and unschedules notification if it was not displayed yet.
unschedule
Link copied to clipboard
open
fun
unschedule
(
)
Undo
scheduleLocalNotification
.