Class GameServicesUnitySettings.AndroidPlatformProperties
Inheritance
System.Object
GameServicesUnitySettings.AndroidPlatformProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class AndroidPlatformProperties
Constructors
AndroidPlatformProperties(String, String, String[], Boolean, Boolean)
Declaration
public AndroidPlatformProperties(string playServicesApplicationID = null, string serverClientID = null, string[] achievedDescriptionFormats = null, bool showErrorDialogs = true, bool displayPopupsAtTop = true)
Parameters
Type | Name | Description |
---|---|---|
System.String | playServicesApplicationID | |
System.String | serverClientID | |
System.String[] | achievedDescriptionFormats | |
System.Boolean | showErrorDialogs | |
System.Boolean | displayPopupsAtTop |
Properties
AchievedDescriptionFormats
Declaration
public string[] AchievedDescriptionFormats { get; }
Property Value
Type | Description |
---|---|
System.String[] |
DisplayPopupsAtTop
Declaration
public bool DisplayPopupsAtTop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlayServicesApplicationID
Declaration
public string PlayServicesApplicationID { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerClientID
Declaration
public string ServerClientID { get; }
Property Value
Type | Description |
---|---|
System.String |
ShowErrorDialogs
Declaration
public bool ShowErrorDialogs { get; }
Property Value
Type | Description |
---|---|
System.Boolean |