13 :
public TSharedFromThis<FBackgroundHttpNotificationObject, ESPMode::ThreadSafe>
23 void OnApp_EnteringBackground();
24 void OnApp_EnteringForeground();
27 FText NotificationTitle;
28 FText NotificationAction;
29 FText NotificationBody;
30 FString NotificationActivationString;
32 bool bOnlySendNotificationInBackground;
33 bool bNotifyOnlyOnFullSuccess;
35 volatile bool bIsInBackground;
36 volatile int32 NumFailedDownloads;
TSharedPtr< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe > FBackgroundHttpNotificationObjectPtr
Definition BackgroundHttpNotificationObject.h:49
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition BackgroundHttpNotificationObject.h:14
BACKGROUNDHTTP_API void NotifyOfDownloadResult(bool bWasSuccess)
Definition BackgroundHttpNotificationObject.cpp:105
BACKGROUNDHTTP_API ~FBackgroundHttpNotificationObject()
Definition BackgroundHttpNotificationObject.cpp:69
Definition IDelegateInstance.h:14
Definition LocalNotification.h:15
Definition SharedPointer.h:1640
Definition SharedPointer.h:692