Intent Module
Intent module. Launch other activities or open URLs.
Functions
Determine whether or not an installed app can handle a given URL.
Return true if you intend to override some other native module that was registered e.g. as part of a different package (such as the core one). Trying to override without returning true from this method is considered an error and will throw an exception during initialization. By default all modules return false.
Return the URL the activity was started with
This method is called after ReactApplicationContext has been created.
The CatalystInstance is going away with Venice. Therefore, the TurboModule infra introduces the invalidate() method to allow NativeModules to clean up after themselves.
Allow NativeModule to clean up. Called before {CatalystInstance#onHostDestroy}
Starts an external activity to open app's settings into Android Settings
Allows to send intents on Android