Drag[en]gine Script Module DragonScript
1.23
|
Terms of service to show to user. More...
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... | |
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.
ServiceUserErrorNeedAcceptTos Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.new | ( | ) |
Create new instance of class ServiceUserErrorAcceptToS.
String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.buttonAccept |
Text to show for accept button.
String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.buttonDecline |
Text to show for decline button.
Dictionary Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.credentialParameters |
Parameters to add to credentials for restarting failed request.
Dictionary with String key and String value.
Array Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.links |
Links to display as Array of Link.
String Dragengine.Services.User.ServiceUserErrorNeedAcceptTos.terms |
Terms text to display.