Skip to content

Commit

Permalink
Fixing break tag to be self closing
Browse files Browse the repository at this point in the history
  • Loading branch information
onfido-sdk-ci committed Aug 19, 2022
1 parent 91df974 commit 91efed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,8 @@ For a full list of events see [TRACKED_EVENTS.md](TRACKED_EVENTS.md).

| property | description |
| ---- | ----- |
|`type` | **OnfidoAnalyticsEventType** </br> Indicates the type of event. Potential values (enum instances) are `FLOW`, `SCREEN`, `ACTION`, `ERROR`.|
| `properties` | **Map<OnfidoAnalyticsPropertyKey, String?>** </br> Contains details of an event. For example, you can get the name of the visited screen using the `SCREEN_NAME` property. The current potential property keys are: `SCREEN_NAME`, `SCREEN_MODE`, `DOCUMENT_TYPE`, `COUNTRY_CODE`, `VIDEO_CHALLENGE_TYPE`, `IS_AUTOCAPTURE`.|
|`type` | **OnfidoAnalyticsEventType** <br/> Indicates the type of event. Potential values (enum instances) are `FLOW`, `SCREEN`, `ACTION`, `ERROR`.|
| `properties` | **Map<OnfidoAnalyticsPropertyKey, String?>** <br/> Contains details of an event. For example, you can get the name of the visited screen using the `SCREEN_NAME` property. The current potential property keys are: `SCREEN_NAME`, `SCREEN_MODE`, `DOCUMENT_TYPE`, `COUNTRY_CODE`, `VIDEO_CHALLENGE_TYPE`, `IS_AUTOCAPTURE`.|

### Properties

Expand Down

0 comments on commit 91efed8

Please sign in to comment.