Interface IOptions
Options for Friends.
Namespace: Unity.Services.Friends.Options
Syntax
public interface IOptions
Methods
ErrorMessage()
Returns an error message indicating why the option is invalid.
Declaration
string ErrorMessage()
Returns
| Type | Description |
|---|---|
| String | String representation of why the error is invalid |
IsValid()
Check if the option is valid.
Declaration
bool IsValid()
Returns
| Type | Description |
|---|---|
| Boolean | Returns true when the options is valid. False otherwise. |