Drag[en]gine Script Module DragonScript
1.23
|
Service initialization parameters. More...
Public Member Functions | |
InitParameters | new () |
Create new instance of class InitParameters. More... | |
Public Attributes | |
String | clientId |
Client ID of service permissions entry. More... | |
String | clientSecret |
Client secret for accessing the set of permissions. More... | |
String | deploymentId |
Deployment ID as found on the dev portal. More... | |
bool | enableFriendsList |
Enable support for friends list. More... | |
bool | enablePresence |
Enable support for presence. More... | |
bool | isServer |
Server mode. More... | |
String | productId |
Product ID as found on the dev portal. More... | |
String | productName |
Name of the product using the Epic Online Services SDK. More... | |
String | productVersion |
Product version of the running application. More... | |
String | sandboxId |
Sandbox ID as found on the dev portal. More... | |
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.