Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ILocalNotificationService
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CancelLocalNotification
(
const FString& ActivationEvent |
Cancel a local notification given the ActivationEvent | LocalNotification.h | |
void CancelLocalNotification
(
int32 NotificationId |
Cancel a local notification given the ActivationEvent | LocalNotification.h |
CancelLocalNotification(const FString &)
Description
Cancel a local notification given the ActivationEvent
| Name | CancelLocalNotification |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LocalNotification.h |
| Include Path | #include "LocalNotification.h" |
void CancelLocalNotification
(
const FString & ActivationEvent
)
Parameters
| Name | Remarks |
|---|---|
| ActivationEvent | The string passed into the Schedule call for the notification to be cancelled |
CancelLocalNotification(int32)
Description
Cancel a local notification given the ActivationEvent
| Name | CancelLocalNotification |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LocalNotification.h |
| Include Path | #include "LocalNotification.h" |
void CancelLocalNotification
(
int32 NotificationId
)
Parameters
| Name | Remarks |
|---|---|
| NotificationId | The Id returned from ScheduleLocalNotificationAtTime* |