PreModeration

data class PreModeration(status: PreModerationStatus, failMessage: String?, storyComponents: List<MomentsComponent>, storySnapshot: Uri)

This class represents the premoderation of the components which users are interacted with.

Constructors

PreModeration
Link copied to clipboard
fun PreModeration(status: PreModerationStatus = PreModerationStatus.Passed, failMessage: String? = null, storyComponents: List<MomentsComponent>, storySnapshot: Uri)

Properties

failMessage
Link copied to clipboard
var failMessage: String? = null

Fail message of premoderation

status
Link copied to clipboard
var status: PreModerationStatus

Status of premoderation

storyComponents
Link copied to clipboard
val storyComponents: List<MomentsComponent>

List of Moments interactives of Moments Story

storySnapshot
Link copied to clipboard
var storySnapshot: Uri