Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PrivilegeTable.SetValue

public void SetValue(int action, int level, bool validate)

Set an Action to a specified level
If using this method inside a Validate method, do not validate to avoid a stack overflow

Parameter Description
action Value of the Action to set
level Value of the Level for the Action
validate If true, will call the Validate method after.