MCPcopy Create free account

hub / github.com/MrToph/react-native-app-launcher / functions

Functions16 in github.com/MrToph/react-native-app-launcher

↓ 5 callersMethodgetAlarmManager
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:80
↓ 2 callersMethodcreatePendingIntent
(String id)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:69
↓ 1 callersMethodlaunchApplication
(Context context, String alarmID)
android/src/main/java/io/cmichel/appLauncher/AlarmReceiver.java:15
MethodLauncherModule
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:19
MethodclearAlarm
* Clears the alarm specified by `id`
index.android.js:25
MethodclearAlarm
()
index.ios.js:10
MethodclearAlarm
(String id)
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:63
MethodcreateJSModules
()
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:15
MethodcreateNativeModules
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:23
MethodcreateViewManagers
(ReactApplicationContext reactContext)
android/src/main/java/io/cmichel/appLauncher/LauncherPackage.java:19
MethodgetConstants
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:28
MethodgetName
()
android/src/main/java/io/cmichel/appLauncher/LauncherModule.java:23
MethodonReceive
(Context context, Intent intent)
android/src/main/java/io/cmichel/appLauncher/AlarmReceiver.java:9
MethodsetAlarm
* 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
MethodsetAlarm
()
index.ios.js:6
MethodsetAlarm
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