Drag[en]gine Script Module DragonScript  1.23
Dragengine.Services.User.ServiceUserErrorNeedAcceptTos Class Reference

Terms of service to show to user. More...

Inheritance diagram for Dragengine.Services.User.ServiceUserErrorNeedAcceptTos:

Classes

class  Link
 Link to display. More...
 

Public Member Functions

ServiceUserErrorNeedAcceptTos new ()
 

Public Attributes

String buttonAccept
 Text to show for accept button. More...
 
String buttonDecline
 Text to show for decline button. More...
 
Dictionary credentialParameters
 Parameters to add to credentials for restarting failed request. More...
 
Array links
 Links to display as Array of Link. More...
 
String terms
 Terms text to display. More...
 

Detailed Description

Terms of service to show to user.

Additional data object for ServiceException with error ServiceUser.Errors.NeedAcceptTos. Caller has to first present to the user the terms of service as contained in this object. Upon accepting the terms of service the caller has to restart the failed action including the credentials parameters from this object.

Member Function Documentation

◆ new()

ServiceUserErrorNeedAcceptTos Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.new ( )

Create new instance of class ServiceUserErrorAcceptToS.

Member Data Documentation

◆ buttonAccept

String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.buttonAccept

Text to show for accept button.

◆ buttonDecline

String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.buttonDecline

Text to show for decline button.

◆ credentialParameters

Dictionary Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.credentialParameters

Parameters to add to credentials for restarting failed request.

Dictionary with String key and String value.

◆ links

Array Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.links

Links to display as Array of Link.

◆ terms

String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.terms

Terms text to display.


The documentation for this class was generated from the following file: