filterProfanity(...)
filterProfanity(val: boolean): this;
Set if the user's text will be filtered for bad language.
Default value: false
Parameters
Parameter | Type | Description |
---|---|---|
val | boolean | If true the user's text will be filtered. Bad language will be replaced with a string of punctuation. |
Returns
this