VIDEO

data class VIDEO(val allowed: Boolean, val minResolution: AmityVideoResolution?, val maxResolution: AmityVideoResolution?, val minDurationSeconds: Int?, val maxDurationSeconds: Int?) : AmityContentCheck.FeedType.Content

Constructors

Link copied to clipboard
constructor(allowed: Boolean, minResolution: AmityVideoResolution?, maxResolution: AmityVideoResolution?, minDurationSeconds: Int?, maxDurationSeconds: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)