Drag[en]gine Script Module DragonScript  1.23
Dragengine.Services.ServiceEos.InitParameters Class Reference

Service initialization parameters. More...

Inheritance diagram for Dragengine.Services.ServiceEos.InitParameters:

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...
 

Detailed Description

Service initialization parameters.

Member Function Documentation

◆ new()

InitParameters Dragengine.Services.ServiceEos.InitParameters.new ( )

Create new instance of class InitParameters.

Member Data Documentation

◆ clientId

String Dragengine.Services.ServiceEos.InitParameters.clientId

Client ID of service permissions entry.

Use null if no service permissions are used. Max length is 64.

◆ clientSecret

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.

◆ deploymentId

String Dragengine.Services.ServiceEos.InitParameters.deploymentId

Deployment ID as found on the dev portal.

Max length is 64.

◆ enableFriendsList

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.

◆ enablePresence

bool Dragengine.Services.ServiceEos.InitParameters.enablePresence

Enable support for presence.

Requires presence scope to be enabled in DevPortal before it can be used.

◆ isServer

bool Dragengine.Services.ServiceEos.InitParameters.isServer

Server mode.

◆ productId

String Dragengine.Services.ServiceEos.InitParameters.productId

Product ID as found on the dev portal.

Max length is 64.

◆ productName

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.

◆ productVersion

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.

◆ sandboxId

String Dragengine.Services.ServiceEos.InitParameters.sandboxId

Sandbox ID as found on the dev portal.

Max length is 64.


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