PICO Unreal Platform SDK
|
Pico Application interface class. More...
#include <ApplicationLifecycleInterface.h>
Public Member Functions | |
bool | GetLaunchDetails (FLaunchDetails &OutLaunchDetails) |
Gets information about how the app was launched. More... | |
bool | LogDeeplinkResult (const FString &TrackingID, ELaunchResult LaunchResult) |
Logs whether the user has been successfully directed to the desired destination via a deep link. More... | |
Public Attributes | |
FApplicationLifecycleStringResult | LaunchIntentChangedCallback |
Gets notified when the launch intent has been changed. | |
Pico Application interface class.
bool GetLaunchDetails | ( | FLaunchDetails & | OutLaunchDetails | ) |
Gets information about how the app was launched.
OutLaunchDetails | The [out] struct of launch details. |
true
: successfalse
: failure bool LogDeeplinkResult | ( | const FString & | TrackingID, |
ELaunchResult | LaunchResult | ||
) |
Logs whether the user has been successfully directed to the desired destination via a deep link.
TrackingID | The tracking ID of the app launch event. |
LaunchResult | Enumerations of the launch result:
|
true
: the result has been loggedfalse
: failed to log the result