public static final class

ChanConfiguration.Reporting

extends Object
java.lang.Object
   ↳ chan.content.ChanConfiguration.Reporting

Class Overview

Reporting configuration holder.

See also:

Summary

Fields
public boolean comment

Set true to allow user to enter comment.

public boolean multiplePosts

Set true to allow user to choose multiple posts for report.

public final List<Pair<String, String>> options

Reporting options.

public final List<Pair<String, String>> types

Reporting types.

Public Constructors
ChanConfiguration.Reporting()

Default constructor for ChanConfiguration.Reporting.

[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean comment

Set true to allow user to enter comment.

public boolean multiplePosts

Set true to allow user to choose multiple posts for report.

public final List<Pair<String, String>> options

Reporting options. The first field in pair is value, the second one is display name. You will receive user's selected value from options.

public final List<Pair<String, String>> types

Reporting types. The first field in pair is value, the second one is display name. You will receive user's selected value from type.

Public Constructors

public ChanConfiguration.Reporting ()

Default constructor for ChanConfiguration.Reporting.