ILocalNotificationService::GetLaunchNotification

Get 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 GetLaunchNotification
(
    bool & NotificationLaunchedApp,
    FString & ActivationEvent,
    int32 & FireDate
)

Remarks

Get the local notification that was used to launch the app

Parameters

Parameter

Description

NotificationLaunchedApp

Return true if a notification was used to launch the app

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