class Agreements
Agreements(user: User, userService: UserService = UserService(ClientConfiguration.get().environment, user.authClient)) | 
fun acceptAgreements(callback: ResultCallback<NoValue>): Unit
Accept the agreements of the user.  | 
|
fun getAgreementsStatus(callback: ResultCallback<AgreementsResponse.Agreements>): Unit
Gets the agreements status for the current user  | 
fun getAgreementLinks(callback: ResultCallback<AgreementLinksResponse>): Unit
Gets the agreements links for the current client  |