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  
data — Property, class com.distriqt.extension.gameservices.events.AchievementEvent
Data for the event, see the individual events for details.
data — Property, class com.distriqt.extension.gameservices.events.AuthUtilEvent
Contains the authentication information.
data — Property, class com.distriqt.extension.gameservices.events.LeaderboardEvent
The data will be dependant on the event, but will either be an array of Leaderboard metadata or score information.
data — Property, class com.distriqt.extension.gameservices.events.MultiplayerEvent
The data associated with this event.
data — Property, class com.distriqt.extension.gameservices.events.SavedGamesEvent
Data for the event, see the individual events for details.
data — Property, class com.distriqt.extension.gameservices.events.TurnBasedMultiplayerEvent
Data that is attached to this event, see the individual events for details.
data — Property, class com.distriqt.extension.gameservices.savedgames.SavedGame
The saved game data.
data — Property, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatch
The current play state data.
dataMaxSize — Property, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatch
Gets the maximum data size per match in bytes.
deactivate() — method, interface com.distriqt.extension.gameservices.accesspoint.AccessPoint
This method will deactivate the access point and remove it from view.
declineInvitation(invitation:com.distriqt.extension.gameservices.multiplayer:Invitation) — method, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMultiplayer
Decline an available invitation to start a match.
decode(str:String) — Static Method , class com.distriqt.extension.gameservices.utils.Base64New
DELETE_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.events.SavedGamesEvent
deleteGame(savedGame:com.distriqt.extension.gameservices.savedgames:SavedGame) — method, interface com.distriqt.extension.gameservices.savedgames.SavedGames
DELETE_SUCCESS — Constant Static Property, class com.distriqt.extension.gameservices.events.SavedGamesEvent
description — Property, class com.distriqt.extension.gameservices.achievements.Achievement
A concise description about your achievement.
description — Property, class com.distriqt.extension.gameservices.quests.PlayerEvent
The description for this event
description — Property, class com.distriqt.extension.gameservices.quests.Quest
The description for this quest
description — Property, class com.distriqt.extension.gameservices.savedgames.SavedGame
A short text description of the content of a particular saved game.
DEVELOPER_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.StatusCodes
The application is misconfigured.
disconnect() — method, class com.distriqt.extension.gameservices.GameServices
Disconnects the current user from the app and revokes previous authentication.
dismissInvitation(invitation:com.distriqt.extension.gameservices.multiplayer:Invitation) — method, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMultiplayer
Dismiss an available invitation to start a match.
dismissMatch() — method, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatch
Dismisses a match and removes it from the service.
displayAchievementsUI() — method, interface com.distriqt.extension.gameservices.achievements.Achievements
Displays a native UI showing the current user's achievements.
displayCreateMatchUI(options:com.distriqt.extension.gameservices.multiplayer:PlayerSelectionOptions) — method, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMultiplayer
This is the start of the UI to create a game.
displayLeaderboardUI(leaderboardId:String) — method, interface com.distriqt.extension.gameservices.leaderboards.Leaderboards
Displays a native UI to the user showing the specified leaderboard.
displayName — Property, class com.distriqt.extension.gameservices.Player
The Display name for this player
displayName — Property, class com.distriqt.extension.gameservices.leaderboards.Leaderboard
A short display name of the leaderboard (for example, "High Scores" or "Level 3").
displayName — Property, class com.distriqt.extension.gameservices.multiplayer.Participant
Display name for this player.
displayRank — Property, class com.distriqt.extension.gameservices.leaderboards.LeaderboardScore
A formatted string to display for this rank
displaySavedGamesUI(title:String, allowAdd:Boolean, allowDelete:Boolean, maxSavedGames:int) — method, interface com.distriqt.extension.gameservices.savedgames.SavedGames
Displays a native UI to the user allowing the user to select a save game.
displayScore — Property, class com.distriqt.extension.gameservices.leaderboards.LeaderboardScore
A formatted string to display for this score
displayUI() — method, interface com.distriqt.extension.gameservices.quests.Quests
Displays the native quests UI containing the list of available and completed quests for the current player.
dispose() — method, class com.distriqt.extension.gameservices.GameServices
Disposes the extension and releases any allocated resources.
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