> 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/editsubscriptionlist-event.md).

# EditSubscriptionList Event

Multiple user actions triggers these events, with different event names. All related to automatic push notifications and subscriptions.

| User action                                                               | eventName                  |
| ------------------------------------------------------------------------- | -------------------------- |
| Show the subscription **settings view** where user can edit subscriptions | `viewShow`                 |
| **Remove a subscription**                                                 | `deleteStream`             |
| **Enable push** notifications for a subscription                          | `notificationsDeactivated` |
| **Disable push notifications** for a subscription                         | `notificationsActivated`   |

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

* **eventName** - `viewShow`, `deleteStream`, `notificationsDeactivated` or `notificationsActivated`
* **viewName** - `editSubscriptionList`
* **moduleID** - Module ID in app config
* **moduleName** - `NearMe`
* **moduleTitle** - Module title in app config
* **streamID** - Concept uuid
* **streamType** - Open Content property name for the Concept
* **streamTitle** - Title of the stream
  {% endtab %}

{% tab title="Example settings view" %}
**Example** - User clicks on the settings cog in "My News" and is presented with settings dialog (edit view).

* **eventName** - `viewShow`
* **viewName** - `editSubscriptionList`
* **moduleID** - `mynews`
* **moduleName** - `NearMe`
* **moduleTitle** - `My News`
* **streamID** - &#x20;
* **streamType** - &#x20;
* **streamTitle** - &#x20;
  {% endtab %}

{% tab title="Example remove suscription" %}
**Example** - User removes a subscription e.g. Borås Basket

* **eventName** - `deleteStream`
* **viewName** - `editSubscriptionList`
* **moduleID** - `mynews`
* **moduleName** - `NearMe`
* **moduleTitle** - `My News`
* **streamID** - `2de1fe6c-0a44-49f0-8dde-b0937fbff529`
* **streamType** - `ConceptTagUuids`
* **streamTitle** - `Borås Basket`
  {% endtab %}

{% tab title="Example enable push" %}
**Example** - User activates push notification for e.g. Family.&#x20;

* **eventName** - `notificationsActivated`
* **viewName** - `editSubscriptionList`
* **moduleID** - `mynews`
* **moduleName** - `NearMe`
* **moduleTitle** - `My News`
* **streamID** - `31415cc9-b084-45a8-a716-72638c9669d4`
* **streamType** - `ConceptCategoryUuids`
* **streamTitle** - `Family`
  {% endtab %}

{% tab title="" %}

{% endtab %}

{% tab title="Example disable push" %}
**Example** - User deactivates push notification for e.g. Family.

* **eventName** - `notificationsDeactivated`
* **viewName** - `editSubscriptionList`
* **moduleID** - `mynews`
* **moduleName** - `NearMe`
* **moduleTitle** - `My News`
* **streamID** - `31415cc9-b084-45a8-a716-72638c9669d4`
* **streamType** - `ConceptCategoryUuids`
* **streamTitle** - `Family`
  {% endtab %}
  {% endtabs %}
