![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FAndroidLocalNotificationService, including all inherited members.
| CancelLocalNotification(const FString &ActivationEvent) | FAndroidLocalNotificationService | virtual |
| CancelLocalNotification(int NotificationId) | FAndroidLocalNotificationService | virtual |
| ILocalNotificationService::CancelLocalNotification(int32 NotificationId)=0 | ILocalNotificationService | pure virtual |
| ClearAllLocalNotifications() | FAndroidLocalNotificationService | virtual |
| FAndroidLocalNotificationService() | FAndroidLocalNotificationService | |
| GetLaunchNotification(bool &NotificationLaunchedApp, FString &ActivationEvent, int32 &FireDate) | FAndroidLocalNotificationService | virtual |
| ScheduleLocalNotificationAtTime(const FDateTime &FireDateTime, bool LocalTime, const FText &Title, const FText &Body, const FText &Action, const FString &ActivationEvent) | FAndroidLocalNotificationService | virtual |
| ScheduleLocalNotificationAtTimeOverrideId(const FDateTime &FireDateTime, bool LocalTime, const FText &Title, const FText &Body, const FText &Action, const FString &ActivationEvent, int32 IdOverride) | FAndroidLocalNotificationService | virtual |
| ScheduleLocalNotificationBadgeAtTime(const FDateTime &FireDateTime, bool LocalTime, const FString &ActivationEvent) | FAndroidLocalNotificationService | virtual |
| SetLaunchNotification(FString const &ActivationEvent, int32 FireDate) | FAndroidLocalNotificationService | virtual |