TextViewEvents: { LinkClick: "linkClick"; Touch: "touch"; TouchCancelled: "touchCancelled"; TouchEnded: "touchEnded"; TouchMoved: "touchMoved" } = ...

Type declaration

  • LinkClick: "linkClick"

    This event is called when user click link string. onLinkClick just work with attributedText.

    Example

    myTextView.on(Events.LinkClick, function(string) {
    console.log(string);
    });

    Param

    onLinkClick

    Android

    Ios

    Since

    3.0.0

  • Touch: "touch"
  • TouchCancelled: "touchCancelled"
  • TouchEnded: "touchEnded"
  • TouchMoved: "touchMoved"

Generated using TypeDoc