Interface VideoFeedConfiguration

Hierarchy

  • VideoFeedConfiguration

Properties

aspectRatio?: number

The aspect ratio(width / height) for video feed item. Only supported on iOS.

backgroundColor?: string

Background color of video feed.

contentPadding?: VideoFeedContentPadding

The content padding for video feed. Only supported on iOS.

cornerRadius?: number

Corner radius of video feed item. Only supported on iOS.

customLayoutName?: string

Custom layout name for video feed item. Only supported on Android.

enableAutoplay?: boolean

Specifies if autoplay is enabled.

enablePictureInPicture?: boolean

Please use the enablePictureInPicture in IVideoFeedProps. Only supported on iOS.

Deprecated

The property will be deprecated since RN SDK V2.0. Use enablePictureInPicture of IVideoFeedProps instead.

gridColumns?: number

The 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.

itemSpacing?: number

The item spacing for video feed. Only supported on iOS.

Configuration of video feed item play icon. Only supported on iOS.

showAdBadge?: boolean

Indicates if the video feed item shows ad badge.

Configuration of video feed item title.

titlePosition?: VideoFeedTitlePosition

Title position of video feed item.

Generated using TypeDoc