ILocalNotificationService::SetLaunchNotification

Set the local notification that was used to launch the app

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/LocalNotification.h

Include

#include "LocalNotification.h"

Syntax

void SetLaunchNotification
(
    FString const & ActivationEvent,
    int32 FireDate
)

Remarks

Set the local notification that was used to launch the app

Parameters

Parameter

Description

ActivationEvent

Returns the name of the ActivationEvent if a notification was used to launch the app

FireDate

Returns the time the notification was activated

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss