VIDEO

class VIDEO(postId: String, thumbnailFileId: String, rawData: JsonObject?, thumbnail: AmityImage? = null) : AmityPost.Data

Constructors

Link copied to clipboard
constructor(postId: String, thumbnailFileId: String, rawData: JsonObject?, thumbnail: AmityImage? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getVideo(quality: AmityVideo.Quality? = null): Single<AmityVideo>
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)