MCPcopy Create free account

hub / github.com/bufgix/react-native-secure-window / functions

Functions20 in github.com/bufgix/react-native-secure-window

↓ 1 callersMethodgetMainComponentName
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainActivity.java:27
↓ 1 callersMethodgetReactNativeHost
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:55
↓ 1 callersMethodinitializeFlipper
(Context context, ReactInstanceManager reactInstanceManager)
example/android/app/src/debug/java/com/bufgix/rnsecurewindow/example/ReactNativeFlipper.java:32
FunctionApp
()
example/App.tsx:6
FunctionSecureWindow
(props: SecureWindowProps)
src/ReactNativeSecureWindowView.tsx:17
Methodapply
(OkHttpClient.Builder builder)
example/android/app/src/debug/java/com/bufgix/rnsecurewindow/example/ReactNativeFlipper.java:44
MethodcreateReactActivityDelegate
Returns the instance of the {@link ReactActivityDelegate}. Here we use a util class {@link DefaultReactActivityDelegate} which allows you to easily en
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainActivity.java:37
Methoddefinition
Each module class must implement the definition function. The definition consists of components that describes the module's functionality and behavior
android/src/main/java/com/bufgix/rnsecurewindow/ReactNativeSecureWindowModule.kt:10
MethodgetJSMainModuleName
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:39
MethodgetPackages
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:30
MethodgetUseDeveloperSupport
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:25
MethodinitializeFlipper
(Context context, ReactInstanceManager reactInstanceManager)
example/android/app/src/release/java/com/bufgix/rnsecurewindow/example/ReactNativeFlipper.java:17
MethodinvokeDefaultOnBackPressed
Align the back button behavior with Android S where moving root activities to background instead of finishing activities. @see <a href="https://develo
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainActivity.java:51
MethodisHermesEnabled
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:49
MethodisNewArchEnabled
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:44
MethodonConfigurationChanged
(@NonNull Configuration newConfig)
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:75
MethodonCreate
(Bundle savedInstanceState)
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainActivity.java:14
MethodonCreate
()
example/android/app/src/main/java/com/bufgix/rnsecurewindow/example/MainApplication.java:60
MethodonReactContextInitialized
(ReactContext reactContext)
example/android/app/src/debug/java/com/bufgix/rnsecurewindow/example/ReactNativeFlipper.java:58
Methodrun
()
example/android/app/src/debug/java/com/bufgix/rnsecurewindow/example/ReactNativeFlipper.java:63