MediaGalleryOptionsConfig

data class MediaGalleryOptionsConfig(val isShowInChatVisible: Boolean = true, val isReplyVisible: Boolean = true, val isSaveMediaVisible: Boolean = true, val isDeleteVisible: Boolean = true) : Parcelable

Model holding the configuration for the media gallery options. By default, all options are enabled/visible.

Parameters

isShowInChatVisible

If the "Show in chat" option is visible.

isReplyVisible

If the "Reply" option is visible.

isSaveMediaVisible

If the "Save media" option is visible.

isDeleteVisible

If the "Delete" option is visible.

Constructors

Link copied to clipboard
constructor(isShowInChatVisible: Boolean = true, isReplyVisible: Boolean = true, isSaveMediaVisible: Boolean = true, isDeleteVisible: Boolean = true)

Properties

Link copied to clipboard
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)