Enumeration ForegroundServiceNotificationsTapAction

Name

ForegroundServiceNotificationsTapAction

Description

Predefined actions performed when tapping the Situm Foreground Service Notification.

Enumeration Members

Enumeration Members

DoNothing: "DO_NOTHING"

Do nothing when tapping the notification.

LaunchApp: "LAUNCH_APP"

Launch the app's main activity using the information returned by android.content.pm.PackageManager#getLaunchIntentForPackage(String).

LaunchSettings: "LAUNCH_SETTINGS"

Launch the operating system settings screen for the current app.

Generated using TypeDoc