UNPKG

getsocial-react-native-sdk

Version:
10 lines (8 loc) 144 B
// @flow /** * Reporting reason constants. */ export default class ReportingReason { static Spam = 0; static InappropriateContent = 1; }