Package 

Class ReactModalHostManager

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String REACT_CLASS
    • Method Summary

      Modifier and Type Method Description
      String getName()
      LayoutShadowNode createShadowNodeInstance() This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
      Class<out LayoutShadowNode> getShadowNodeClass() This method should return Class instance that represent type of shadow node that thismanager will return from createShadowNodeInstance.
      void onDropViewInstance(ReactModalHostView view) Called when view is detached from view hierarchy and allows for some additional cleanup by the ViewManager subclass.
      void setAnimationType(ReactModalHostView view, @Nullable() String animationType)
      void setTransparent(ReactModalHostView view, boolean transparent)
      void setStatusBarTranslucent(ReactModalHostView view, boolean statusBarTranslucent)
      void setHardwareAccelerated(ReactModalHostView view, boolean hardwareAccelerated)
      void setVisible(ReactModalHostView view, boolean visible)
      void setPresentationStyle(ReactModalHostView view, @Nullable() String value)
      void setAnimated(ReactModalHostView view, boolean value)
      void setSupportedOrientations(ReactModalHostView view, @Nullable() ReadableArray value)
      void setIdentifier(ReactModalHostView view, int value)
      Map<String, Object> getExportedCustomDirectEventTypeConstants() Returns a map of config data passed to JS that defines eligible events that can be placed onnative views.
      Object updateState(ReactModalHostView view, ReactStylesDiffMap props, @Nullable() StateWrapper stateWrapper) Subclasses can implement this method to receive state updates shared between all instances ofthis component type.
      ViewManagerDelegate<ReactModalHostView> getDelegate() Override this method and return an instance of ViewManagerDelegate if the props of theview managed by this view manager should be set via this delegate.
      • Methods inherited from class com.facebook.react.uimanager.ViewGroupManager

        addView, addViews, getChildAt, getChildCount, getViewZIndex, needsCustomLayoutForChildren, removeAllViews, removeView, removeViewAt, setViewZIndex, shouldPromoteGrandchildren, updateExtraData
      • Methods inherited from class com.facebook.react.uimanager.BaseViewManager

        getExportedCustomBubblingEventTypeConstants, setAccessibilityActions, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLabelledBy, setAccessibilityLiveRegion, setAccessibilityRole, setAccessibilityValue, setBackgroundColor, setBorderBottomLeftRadius, setBorderBottomRightRadius, setBorderRadius, setBorderTopLeftRadius, setBorderTopRightRadius, setElevation, setImportantForAccessibility, setMoveShouldSetResponder, setMoveShouldSetResponderCapture, setNativeId, setOpacity, setPointerEnter, setPointerLeave, setPointerMove, setRenderToHardwareTexture, setResponderEnd, setResponderGrant, setResponderMove, setResponderReject, setResponderRelease, setResponderStart, setResponderTerminate, setResponderTerminationRequest, setRotation, setScaleX, setScaleY, setShadowColor, setShouldBlockNativeResponder, setStartShouldSetResponder, setStartShouldSetResponderCapture, setTestId, setTouchCancel, setTouchEnd, setTouchMove, setTouchStart, setTransform, setTranslateX, setTranslateY, setViewState, setZIndex
      • Methods inherited from class com.facebook.react.uimanager.ViewManager

        createShadowNodeInstance, createShadowNodeInstance, createView, getCommandsMap, getExportedViewConstants, getNativeProps, getShadowNodeClass, measure, measure, onDropViewInstance, receiveCommand, receiveCommand, setPadding, updateExtraData, updateProperties, updateState
      • Methods inherited from class com.facebook.react.bridge.BaseJavaModule

        canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
      • Methods inherited from class com.facebook.react.uimanager.BaseViewManagerInterface

        setAccessibilityActions, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLabelledBy, setAccessibilityLiveRegion, setAccessibilityRole, setBackgroundColor, setElevation, setImportantForAccessibility, setNativeId, setOpacity, setRenderToHardwareTexture, setRotation, setScaleX, setScaleY, setShadowColor, setTestId, setTransform, setTranslateX, setTranslateY, setViewState, setZIndex
      • Methods inherited from class com.facebook.react.viewmanagers.ModalHostViewManagerInterface

        setAnimated, setAnimationType, setHardwareAccelerated, setIdentifier, setPresentationStyle, setStatusBarTranslucent, setSupportedOrientations, setTransparent, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait