-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public abstract class NativeActionSheetManagerSpec extends ReactContextBaseJavaModule implements ReactModuleWithSpec, TurboModule
-
-
Constructor Summary
Constructors Constructor Description NativeActionSheetManagerSpec(ReactApplicationContext reactContext)
-
Method Summary
Modifier and Type Method Description abstract void
showActionSheetWithOptions(ReadableMap options, Callback callback)
abstract void
showShareActionSheetWithOptions(ReadableMap options, Callback failureCallback, Callback successCallback)
void
dismissActionSheet()
-
Methods inherited from class com.facebook.react.bridge.BaseJavaModule
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
-
Methods inherited from class com.facebook.react.bridge.NativeModule
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NativeActionSheetManagerSpec
NativeActionSheetManagerSpec(ReactApplicationContext reactContext)
-
-
Method Detail
-
showActionSheetWithOptions
abstract void showActionSheetWithOptions(ReadableMap options, Callback callback)
-
showShareActionSheetWithOptions
abstract void showShareActionSheetWithOptions(ReadableMap options, Callback failureCallback, Callback successCallback)
-
dismissActionSheet
void dismissActionSheet()
-
-
-
-