- Print
 
Event list
- Print
 
COLLECTION_SHOW
On showing Shortform collection view on display.
Payload  | Type  | 
|---|---|
template  | "GRID1" | "GRID2" | "HORIZONTAL"  | 
containerId  | string  | 
totalCount  | number  | 
COLLECTION_CLICK_ITEM
On clicking a Shortform of the collection view.
Payload  | Type  | 
|---|---|
shorts  | |
position  | number  | 
COLLECTION_CLICK_VIEW_MORE
On clicking the "View more" button of the Shortform collection view
Payload  | Type  | 
|---|---|
template  | "GRID1" | "GRID2" | "HORIZONTAL"  | 
DETAIL_ACTIVE
On activating the detail of Shortform.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CLICK_COMMENT
On clicking the Comment button in Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CLOSE_COMMENT
On closing the comment layer in Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CREATE_COMMENT / DETAIL_UPDATE_COMMENT / DETAIL_DELETE_COMMENT
On creating(CREATE) / updating(UPDATE) / deleting(DELETE) a comment of a Shortform detail.
DETAIL_CLICK_REPLY
On clicking the Reply button of the Shortform detail comment.
DETAIL_CLICK_COMMENT_LIKE
On clicking the Like button of the Shortform detail comment.
DETAIL_CLICK_LIKE
On clicking the Like button of Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | |
isLiked  | boolean  | 
DETAIL_CLICK_SHARE
On clicking the Share button of Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CLICK_BRAND
On clicking the Brand section of Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_EXPAND_DESCRIPTION / DETAIL_COLLAPSE_DESCRIPTION
On expanding(EXPAND) / collapsing(COLLAPSE) the description section in Shortform detail
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CLICK_TAG
On clicking the tag in Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | |
tag  | string  | 
DETAIL_CLICK_TAG_COLLECTION_ITEM
On clicking the tag of Shortform detail and clicking one of the tag collection.
Payload  | Type  | 
|---|---|
shorts  | |
tag  | string  | 
DETAIL_CLOSE_TAG_COLLECTION
On closing tag collection in Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | |
tag  | string  | 
DETAIL_CLICK_MUTE / DETAIL_CLICK_UNMUTE
On clicking MUTE / UNMUTE button in Shortform detail
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_SEEK_VIDEO
On seeking specific parts of the video.
Payload  | Type  | 
|---|---|
shorts  | |
videoSeekTime  | Number // milliseconds  | 
DETAIL_PAUSE_VIDEO / DETAIL_RESUME_VIDEO
On pausing(PAUSE) / resuming(RESUME) the video.
Payload  | Type  | 
|---|---|
shorts  | |
videoCurrentTime  | Number // milliseconds  | 
DETAIL_CLICK_PRODUCT_CARD / DETAIL_SWIPE_PRODUCT_CARD
On clicking (CLICK) the product card or swiping (SWIPE) product card to view more product.
DETAIL_EXPAND_PRODUCT_LIST / DETAIL_DISMISS_PRODUCT_LIST
On expanding (EXPAND) or dismissing (DISMISS) the product list.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_CLICK_PRODUCT_LIST_ITEM
On clicking a product item on the list.
DETAIL_CLICK_BACK_BUTTON
On clicking the Back button in Shortform detail.
Payload  | Type  | 
|---|---|
shorts  | 
DETAIL_ON_PLAYER_SHOW / DETAIL_ON_PLAYER_DISMISS
On showing (SHOW) or dismissing (DISMISS) Shortform detail
Payload  | Type  | 
|---|---|
-  | -  | 
PREVIEW_SHOWN / PREVIEW_HIDDEN
On showing (SHOWN) or hiding (HIDDEN) Shortform Preview (PIP) on display
Payload  | Type  | 
|---|---|
shorts  | 
PREVIEW_CLICK_SHOW
On clicking Shortform Preview (PIP) to call Shortform detail
Payload  | Type  | 
|---|---|
shorts  | 
PREVIEW_CLICK_CLOSE
On clicking the Close button in Shortform Preview (PIP)
Payload  | Type  | 
|---|---|
shorts  |