Skip to main content

Veritran Docs

SetupEventRecordParameters

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

Parameter Configuration

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.

Function ID

Register

Value

110

1

Input Registers

Register

Description

Mandatory

Value

390

Sender ID

Yes

STRING

391

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

Yes

Possible values:

PUSH_NOTIFICATION_OPENING

PUSH_NOTIFICATION_ARRIVAL

NETWORK_REACHABILITY_STATUS

APPLICATION_STATE_STATUS

For example: PUSH_NOTIFICATION_OPENING,APPLICATION_STATE_STATUS

392

Events' parameters (separated by a comma without spaces)

Yes

Possible parameters:

  • eventWho: ID of the user that triggers the event

  • eventDetail: Any additional information related to the event

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

393

Listen to notifications received in the foreground only (Android)

No

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

True: Only logs notifications received in the foreground.

394

Timezone of the events to be logged

No

For example: GMT-3

Output Registers

Register

Description

Value

112

Call result

000

NO_ERROR

001

NO_EVENT_WHO_CONFIGURED

002

NO_SENDER_IDS_CONFIGURED

003

API_NOT_IN_STOPPED_STATE

006

PERMISSIONS_NOT_GRANTED