MediaGalleryPreviewResult

class MediaGalleryPreviewResult(val messageId: String, val parentMessageId: String?, val resultType: MediaGalleryPreviewResultType) : Parcelable

Represents the Media Gallery Preview screen result that we propagate to the Messages screen.

Parameters

messageId

The ID of the message that we've selected.

parentMessageId

The ID of the parent Message if the message we want to scroll to is in a thread. If the message we want to scroll to is not in a thread, you can pass in a null value.

resultType

The action that will be executed on the message list screen.

Constructors

Link copied to clipboard
constructor(messageId: String, parentMessageId: String?, resultType: MediaGalleryPreviewResultType)

Properties

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

Inherited functions

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