public class TimePickerDialogModule extends ReactContextBaseJavaModule
NativeModule
that allows JS to show a native time picker dialog and get called back when
the user selects a time.NativeModule.NativeMethod
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FRAGMENT_TAG |
METHOD_TYPE_ASYNC, METHOD_TYPE_PROMISE, METHOD_TYPE_SYNC
Constructor and Description |
---|
TimePickerDialogModule(ReactApplicationContext reactContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
open(ReadableMap options,
Promise promise) |
getCurrentActivity, getReactApplicationContext
canOverrideExistingModule, getConstants, hasConstants, initialize, onCatalystInstanceDestroy
public static final java.lang.String FRAGMENT_TAG
public TimePickerDialogModule(ReactApplicationContext reactContext)
public java.lang.String getName()
require()
this module
from javascript.public void open(@Nullable ReadableMap options, Promise promise)