LabelerViewDetailed

constructor(uri: AtUri, cid: Cid, creator: ProfileView, policies: LabelerPolicies, likeCount: Long? = null, viewer: LabelerViewerState? = null, indexedAt: Timestamp, labels: List<Label> = emptyList(), reasonTypes: List<Token> = emptyList(), subjectTypes: List<SubjectType> = emptyList(), subjectCollections: List<Nsid> = emptyList())

Parameters

reasonTypes

The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed.

subjectTypes

The set of subject types (account, record, etc) this service accepts reports on.

subjectCollections

Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type.