Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrToph/react-native-app-launcher
/ functions
Functions
16 in github.com/MrToph/react-native-app-launcher
⨍
Functions
16
◇
Types & classes
7
↓ 5 callers
Method
getAlarmManager
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:80
↓ 2 callers
Method
createPendingIntent
(String id)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:69
↓ 1 callers
Method
launchApplication
(Context context, String alarmID)
android/src/main/java/io/cmichel/appLauncher/AlarmReceiver.java:15
Method
LauncherModule
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:19
Method
clearAlarm
* Clears the alarm specified by `id`
index.android.js:25
Method
clearAlarm
()
index.ios.js:10
Method
clearAlarm
(String id)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:63
Method
createJSModules
()
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:15
Method
createNativeModules
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:23
Method
createViewManagers
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:19
Method
getConstants
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:28
Method
getName
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:23
Method
onReceive
(Context context, Intent intent)
android/src/main/java/io/cmichel/appLauncher/AlarmReceiver.java:9
Method
setAlarm
* Sets or updates an alarm through Android's AlarmManager system with the specified `id` to fire at the specified * UNIX timestamp `timestamp`. I
index.android.js:11
Method
setAlarm
()
index.ios.js:6
Method
setAlarm
Creates or overwrites an alarm that launches the main application at the specified timestamp. You can set multiple alarms by using different ids. @par
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:41