Interface IDialog<TNative, TProps>

Type Parameters

Hierarchy

  • INativeMobileComponent<TNative, TProps>
    • IDialog

Properties

Methods

Properties

nativeObject: TNative
ios: TProps["ios"]
android: TProps["android"]
layout: IFlexLayout<"touch" | "touchCancelled" | "touchEnded" | "touchMoved" | "viewAdded" | "viewRemoved" | "interceptTouchEvent", MobileOSProps<FlexLayoutIOSProps, FlexLayoutAndroidProps>>

Gets the layout of Dialog. You should add views to the layout of the dialog instance.

Android

Ios

Since

0.1

Methods

  • Hides the dialog.

    Android

    Ios

    Since

    0.1

    Returns void

  • Shows the dialog.

    Since

    0.1

    Android

    Ios

    Returns void

Generated using TypeDoc