toggle menu
reakt-native-toolkit
0.16.2
android
switch theme
search in API
reakt-native-toolkit
/
de.voize.reaktnativetoolkit.util
/
ReactNativeModuleBase
React
Native
Module
Base
android
abstract
class
ReactNativeModuleBase
(
reactContext
:
ReactApplicationContext
,
supportedEvents
:
List
<
String
>
)
:
ReactContextBaseJavaModule
Members
Constructors
React
Native
Module
Base
Link copied to clipboard
android
constructor
(
reactContext
:
ReactApplicationContext
,
supportedEvents
:
List
<
String
>
)
Functions
can
Override
Existing
Module
Link copied to clipboard
android
open
override
fun
canOverrideExistingModule
(
)
:
Boolean
get
Constants
Link copied to clipboard
android
@
Nullable
open
fun
getConstants
(
)
:
MutableMap
<
String
,
Any
>
?
get
Name
Link copied to clipboard
android
abstract
fun
getName
(
)
:
String
initialize
Link copied to clipboard
android
open
override
fun
initialize
(
)
invalidate
Link copied to clipboard
android
open
override
fun
invalidate
(
)
on
Catalyst
Instance
Destroy
Link copied to clipboard
android
open
fun
onCatalystInstanceDestroy
(
)