PreModeration
@objc(PreModeration)
public final class PreModeration : NSObject
This class represents the premoderation of the components which users are interacted with.
-
Status of premoderation
Declaration
Swift
@objc public var status: PreModerationStatus
-
Fail message of premoderation
Declaration
Swift
@objc public var failMessage: String?
-
List of Moments interactives of Moments Story
Declaration
Swift
@objc public let storyComponents: [MomentsComponent]
-
Snapshot of the Moments Story
Declaration
Swift
@objc public var storySnapshot: URL?
-
Undocumented
Declaration
Swift
@objc public init(storyComponents: [MomentsComponent], storySnapshot: URL? = nil)