> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/mobile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/mobile/statistics-events/flow-event.md).

# Flow Event

An event dispatched when a Flow view's registerStats property is `true`.

{% tabs %}
{% tab title="Properties" %}

* **eventName** - `viewShow`
* **viewName** - `flow`
* **moduleID** - Module id from app config, or `global`
* **moduleName** - Module name, or empty if omitted
* **moduleTitle** - Module title from app config, or empty if omitted
* **viewId** - Flow ID or empty if omitted
  {% endtab %}

{% tab title="Example" %}
**Example** - Event dispatched during a custom User Login flow

* **eventName** - `viewShow`
* **viewName** - `flow`
* **moduleID** - `global`
* **moduleName** - `SectionContentList`
* **moduleTitle** - `Top News`
* **viewId** - `login_flow`
  {% endtab %}

{% tab title="Example" %}
**Example** - Event dispactched during a custom Free Trial flow

* **eventName** - `viewShow`
* **viewName** - `flow`
* **moduleID** - `global`
* **moduleName** - `SectionContentList`
* **moduleTitle** - `Top News`
* **viewId** - `try1_flow`
  {% endtab %}

{% tab title="Example" %}
**Example** - Event dispactched during a custom Forgot Password flow

* **eventName** - `viewShow`
* **viewName** - `flow`
* **moduleID** - `global`
* **moduleName** - `SectionContentList`
* **moduleTitle** - `Top News`
* **viewId** - `forgot_pasword_flow`
  {% endtab %}
  {% endtabs %}
