Interface ModerationDecision

    • Method Detail

      • isTrash

        boolean isTrash​(SocialUgc ugc)
        Set UGC as Trash
        Parameters:
        ugc - the UGC to be trashed
        Returns:
        true if it can be set in the trash.
      • setMaxFlagsBeforeTrash

        void setMaxFlagsBeforeTrash​(int maxFlags)
        Sets the number of user flags threshold before the UGC is sent to the trash.
        Parameters:
        maxFlags - Maximum number of flags (unique flags).