public enum ConsentState
Public Enumeration ConsentState
public enum class ConsentState
type ConsentState
NotResponded | 0 | User has closed the consent page or has not responded yet. |
NotConsented | 1 | User has requested to disable the extension. |
Consented | 2 | User has requested to enable the extension. |