OptionalaspectOptionalbackgroundBackground color of video feed, such as #c0c0c0. If you don't set this property, the background will be transparent.
OptionalcontentThe padding of video feed content. Defaults to { top: 10, right: 10, bottom: 10, left: 10 }. Only supported on iOS.
OptionalcornerCorner radius of video feed item. Defaults to 10 on iOS. Defaults to 0 on Android.
OptionalenableSpecifies if autoplay is enabled. Defaults to false.
OptionalgridThe 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.
OptionalitemThe item spacing for video feed. If you don't set this property, the item spacing will be 10 on iOS and 4px on Android.
OptionalplayConfiguration of video feed item play icon.
OptionalreplayThe configuration of replay badge. Only supported on iOS.
OptionalshadowThe shadow configuration of video feed item. Only supported on iOS.
OptionalshowIndicates if the video feed item shows ad badge. Defaults to false.
OptionaltitleConfiguration of video feed item title.
OptionaltitleThe padding of video feed title. Defaults to { top: 8, right: 8, bottom: 8, left: 8 }. Only supported on iOS.
OptionaltitleTitle position of video feed item. Defaults to nested.
The aspect ratio(width / height) for video feed item. Defaults to 4 / 6. Only supported on iOS.