Class DewSafety
Handles online communication safety (just the profanity filter for now)
Inheritance
object
DewSafety
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public static class DewSafety
Methods
FilterProfanity(string)
Declaration
public static string FilterProfanity(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text |
Returns
| Type | Description |
|---|---|
| string |
FilterProfanityIfEnabled(string)
Declaration
public static string FilterProfanityIfEnabled(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text |
Returns
| Type | Description |
|---|---|
| string |