|
Drag[en]gine Script Module DragonScript 1.32.1
|
Service initialization parameters. More...
Public Member Functions | |
| InitParameters | new () |
| Create new instance of class InitParameters. | |
Public Attributes | |
| String | clientId |
| Client ID of service permissions entry. | |
| String | clientSecret |
| Client secret for accessing the set of permissions. | |
| String | deploymentId |
| Deployment ID as found on the dev portal. | |
| bool | enableFriendsList |
| Enable support for friends list. | |
| bool | enablePresence |
| Enable support for presence. | |
| bool | isServer |
| Server mode. | |
| String | productId |
| Product ID as found on the dev portal. | |
| String | productName |
| Name of the product using the Epic Online Services SDK. | |
| String | productVersion |
| Product version of the running application. | |
| String | sandboxId |
| Sandbox ID as found on the dev portal. | |
Service initialization parameters.
| InitParameters Dragengine.Services.ServiceEos.InitParameters.new | ( | ) |
Create new instance of class InitParameters.
| String Dragengine.Services.ServiceEos.InitParameters.clientId |
Client ID of service permissions entry.
Use null if no service permissions are used. Max length is 64.
| String Dragengine.Services.ServiceEos.InitParameters.clientSecret |
Client secret for accessing the set of permissions.
Use null if no service permissions are used. Max length is 64.
| String Dragengine.Services.ServiceEos.InitParameters.deploymentId |
Deployment ID as found on the dev portal.
Max length is 64.
| bool Dragengine.Services.ServiceEos.InitParameters.enableFriendsList |
Enable support for friends list.
Requires friends-list scope to be enabled in DevPortal before it can be used.
| bool Dragengine.Services.ServiceEos.InitParameters.enablePresence |
Enable support for presence.
Requires presence scope to be enabled in DevPortal before it can be used.
| bool Dragengine.Services.ServiceEos.InitParameters.isServer |
Server mode.
| String Dragengine.Services.ServiceEos.InitParameters.productId |
Product ID as found on the dev portal.
Max length is 64.
| String Dragengine.Services.ServiceEos.InitParameters.productName |
Name of the product using the Epic Online Services SDK.
Name is required to be non-empty and at maximum of 64 bytes long. Name can consist of the following characters: A-Z, a-z, 0-9, dot, underscore, space, exclamation mark, question mark, and sign, hyphen, parenthesis, plus, minus, colon.
| String Dragengine.Services.ServiceEos.InitParameters.productVersion |
Product version of the running application.
Version is required to be non-empty and at maximum of 64 bytes long. Version can consist of the following characters: A-Z, a-z, 0-9, dot, underscore, space, exclamation mark, question mark, and sign, hyphen, parenthesis, plus, minus, colon.
| String Dragengine.Services.ServiceEos.InitParameters.sandboxId |
Sandbox ID as found on the dev portal.
Max length is 64.