Submit consent to EULA
The SDK allows for the host application to Accept/Reject the EULA. The EULA status is obtained by using the UserService to get the User data.
Required information
*Identity: In order to submit the consent to EULA, the application must have a valid user (represented by the Identity). That user must be active.
Concrete example
To submit the consent to EULA, one can use the following snippet
Last updated