Optional
aspectOptional
backgroundBackground color of video feed, such as #c0c0c0. If you don't set this property, the background will be transparent.
Optional
contentThe padding of video feed content. Defaults to { top: 10, right: 10, bottom: 10, left: 10 }. Only supported on iOS.
Optional
cornerCorner radius of video feed item. Defaults to 10 on iOS. Defaults to 0 on Android.
Optional
enableSpecifies if autoplay is enabled. Defaults to false.
Optional
gridThe number of feed items to be displayed per row. The property only takes effect when video feed mode is grid. The property value needs to be an integer and greater than 0. Defaults to 2.
Optional
itemThe item spacing for video feed. If you don't set this property, the item spacing will be 10 on iOS and 4px on Android.
Optional
playConfiguration of video feed item play icon.
Optional
replayThe configuration of replay badge. Only supported on iOS.
Optional
shadowThe shadow configuration of video feed item. Only supported on iOS.
Optional
showIndicates if the video feed item shows ad badge. Defaults to false.
Optional
titleConfiguration of video feed item title.
Optional
titleThe padding of video feed title. Defaults to { top: 8, right: 8, bottom: 8, left: 8 }. Only supported on iOS.
Optional
titleTitle position of video feed item. Defaults to nested.
Generated using TypeDoc
The aspect ratio(width / height) for video feed item. Defaults to 4 / 6. Only supported on iOS.