A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
icon — Property, class com.distriqt.extension.gameservices.events.PlayerIconEvent |
|
This will contain the bitmap data representing the player icon
|
iconImageUrl — Property, class com.distriqt.extension.gameservices.quests.PlayerEvent |
|
The URI that can be used to load the event's image icon. |
iconImageUrl — Property, class com.distriqt.extension.gameservices.quests.Quest |
|
The URI that can be used to load the quest's icon image. |
iconLockedUrl — Property, class com.distriqt.extension.gameservices.achievements.Achievement |
|
The url of an icon that is associated with the achievement. |
iconUnlockedUrl — Property, class com.distriqt.extension.gameservices.achievements.Achievement |
|
The url of an icon that is associated with the achievement. |
iconUrl — Property, class com.distriqt.extension.gameservices.Player |
|
The URL for loading this player's icon size profile image. |
iconUrl — Property, class com.distriqt.extension.gameservices.multiplayer.Participant |
|
An icon for the player
May be an empty string if not available
|
id — Property, class com.distriqt.extension.gameservices.Player |
|
The ID of this player
This identifier will be unique for a player for your game and will likely not represent the same player in another game. |
id — Property, class com.distriqt.extension.gameservices.achievements.Achievement |
|
A unique string that is generated by the game service. |
id — Property, class com.distriqt.extension.gameservices.leaderboards.Leaderboard |
|
A unique string that identifies the leaderboard in the game service. |
id — Property, class com.distriqt.extension.gameservices.multiplayer.Invitation |
|
A unique ID for this invitation used to accept/decline/dismiss the
invitation. |
id — Property, class com.distriqt.extension.gameservices.savedgames.SavedGame |
| |
imageUrl — Property, class com.distriqt.extension.gameservices.Player |
| |
imageUrl — Property, class com.distriqt.extension.gameservices.multiplayer.Participant |
|
A high resolution image for the player. |
implementation — Property, class com.distriqt.extension.gameservices.GameServices |
|
The implementation currently in use. |
incrementEvent(eventId:String, amount:int) — method, interface com.distriqt.extension.gameservices.quests.Quests |
|
Increments an event by the given number of steps. |
init(key:String) — Static Method , class com.distriqt.extension.gameservices.GameServices |
|
Initialises the extension class for use with the provided key. |
InitDecodeChar() — Static Method , class com.distriqt.extension.gameservices.utils.Base64New |
| |
InitEncoreChar() — Static Method , class com.distriqt.extension.gameservices.utils.Base64New |
| |
initialised — Event, class com.distriqt.extension.gameservices.GameServices |
| |
INITIALISED — Constant Static Property, class com.distriqt.extension.gameservices.events.GameServicesEvent |
|
Dispatched after the requested service has completed initialising. |
INITIALISE_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.events.GameServicesEvent |
|
Dispatched if the requested service failed to initialise. |
initialiseService(service:com.distriqt.extension.gameservices:Service) — method, class com.distriqt.extension.gameservices.GameServices |
|
Initialises the extension to use the specified service. |
INTERNAL_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.StatusCodes |
|
An internal error occurred. |
INTERRUPTED — Constant Static Property, class com.distriqt.extension.gameservices.StatusCodes |
|
A blocking call was interrupted while waiting and did not run to completion. |
INVALID_ACCOUNT — Constant Static Property, class com.distriqt.extension.gameservices.StatusCodes |
|
The client attempted to connect to the service with an invalid account name specified. |
Invitation — class, package com.distriqt.extension.gameservices.multiplayer |
|
This class represents an invitation to play a match. |
Invitation() — Constructor, class com.distriqt.extension.gameservices.multiplayer.Invitation |
|
Constructor
|
INVITATION_RECEIVED — Constant Static Property, class com.distriqt.extension.gameservices.events.MultiplayerEvent |
|
Dispatched when an invitation is received
data will be an instance of the Invitation class. |
INVITATION_REMOVED — Constant Static Property, class com.distriqt.extension.gameservices.events.MultiplayerEvent |
|
data contains a String with the invitationId that was removed. |
INVITATION_TYPE_REAL_TIME — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.Invitation |
|
This invitation is for a real-time match. |
INVITATION_TYPE_TURN_BASED — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.Invitation |
|
This invitation is for a turn based match
|
invitedPlayers — Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchConfig |
| |
inviter — Property, class com.distriqt.extension.gameservices.multiplayer.Invitation |
|
Details on the participant who invited the player to play this match
|
IOS_GAME_CENTER — Constant Static Property, class com.distriqt.extension.gameservices.Service |
|
iOS Game Center
|
isEndingSoon — Property, class com.distriqt.extension.gameservices.quests.Quest |
|
Indicates whether the quest will be expiring soon
|
isGooglePlayGamesInstalled — Property, class com.distriqt.extension.gameservices.GameServices |
|
Checks the applications installed on the device to determine if Google Play Games is installed. |
isPresenting — Property, interface com.distriqt.extension.gameservices.accesspoint.AccessPoint |
|
A Boolean value that indicates whether the dashboard is being presented. |
isServiceSupported(service:String) — method, class com.distriqt.extension.gameservices.GameServices |
|
Checks whether the specified service is supported on the current device. |
isSignedIn() — method, class com.distriqt.extension.gameservices.GameServices |
|
Checks if the player is currently signed into the initialised service. |
isSupported — Static Property, class com.distriqt.extension.gameservices.GameServices |
|
Whether the current device supports the extensions functionality
|
isSupported — Property, interface com.distriqt.extension.gameservices.accesspoint.AccessPoint |
|
Returns true if the access point functionality is
supported on the current service and device. |
isSupported — Property, interface com.distriqt.extension.gameservices.achievements.Achievements |
|
Returns true if the achievements functionality is supported on the current game service
|
isSupported — Property, interface com.distriqt.extension.gameservices.auth.AuthUtil |
|
Returns true if the auth utility functions are supported on the current
platform and service
If this returns false then all other functions in this class will fail
|
isSupported — Property, interface com.distriqt.extension.gameservices.leaderboards.Leaderboards |
|
Whether the leaderboards functionality is supported on the current game service. |
isSupported — Property, interface com.distriqt.extension.gameservices.players.Players |
|
Whether the Players functionality is supported on the current device and game service. |
isSupported — Property, interface com.distriqt.extension.gameservices.quests.Quests |
|
Whether the current service and platform supports quests and events
|
isSupported — Property, interface com.distriqt.extension.gameservices.recording.ScreenRecording |
|
This flag indicates whether screen recording is available on the current device and service. |
isSupported — Property, interface com.distriqt.extension.gameservices.savedgames.SavedGames |
|
Checks if the current initialised service supports saved games
|
isSupported — Property, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMultiplayer |
|
true if turn based multiplayer is supported on the current service. |
isVisible — Property, interface com.distriqt.extension.gameservices.accesspoint.AccessPoint |
|
A Boolean value that indicates whether the access point is visible. |
isVisible — Property, class com.distriqt.extension.gameservices.quests.PlayerEvent |
|
Whether the event should be displayed to the user in any event related UIs
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |