Package 

Class NativeToastAndroidSpec

    • Method Summary

      Modifier and Type Method Description
      final Map<String, Object> getConstants()
      abstract void show(String message, double duration)
      abstract void showWithGravity(String message, double duration, double gravity)
      abstract void showWithGravityAndOffset(String message, double duration, double gravity, double xOffset, double yOffset)
      • Methods inherited from class com.facebook.react.bridge.BaseJavaModule

        canOverrideExistingModule, 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