Skip to main content

Veritran Docs

[en] SetupEventRecordParameters

[en] This function allows you to configure the events to be logged automatically when the app is running.

[en] Parameter Configuration

[en] This function requires the configuration of the sender ID, the events to be logged and their parameters. Refer to the Input Registers section to learn more about these parameters and other optional ones.

[en] Function ID

[en] Register

[en] Value

110

1

[en] Input Registers

[en] Register

[en] Description

[en] Mandatory

[en] Value

390

[en] Sender ID

[en] Yes

[en] STRING

391

[en] Events to be logged (separated by a comma without spaces)

[en] Yes

[en] Possible values:

[en] PUSH_NOTIFICATION_OPENING

[en] PUSH_NOTIFICATION_ARRIVAL

[en] NETWORK_REACHABILITY_STATUS

[en] APPLICATION_STATE_STATUS

[en] For example: PUSH_NOTIFICATION_OPENING,APPLICATION_STATE_STATUS

392

[en] Events' parameters (separated by a comma without spaces)

[en] Yes

[en] Possible parameters:

  • [en] eventWho: ID of the user that triggers the event

  • [en] eventDetail: Any additional information related to the event

[en] For example: eventWho:55****4571,eventDetail:https://xyx.bancxica.com/serv

393

[en] Listen to notifications received in the foreground only (Android)

[en] No

[en] False (default value): Logs notifications received both in the foreground and in the background.

[en] True: Only logs notifications received in the foreground.

394

[en] Timezone of the events to be logged

[en] No

[en] For example: GMT-3

[en] Output Registers

[en] Register

[en] Description

[en] Value

112

[en] Call result

000

[en] NO_ERROR

001

[en] NO_EVENT_WHO_CONFIGURED

002

[en] NO_SENDER_IDS_CONFIGURED

003

[en] API_NOT_IN_STOPPED_STATE

006

[en] PERMISSIONS_NOT_GRANTED