Pre Moderation
data class PreModeration(status: PreModerationStatus, failMessage: String?, storyComponents: List<MomentsComponent>, storySnapshot: Uri)
Content copied to clipboard
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)
Content copied to clipboard
Properties
failMessage
Link copied to clipboard
status
Link copied to clipboard
storyComponents
Link copied to clipboard
storySnapshot
Link copied to clipboard