| Package | com.kongregate.air.standalone.steam |
| Class | public class SteamStandaloneAdapter |
| Inheritance | SteamStandaloneAdapter Object |
| Implements | ISteamAdapter, IStandaloneAdapter |
| Property | Defined By | ||
|---|---|---|---|
| initialized : Boolean [read-only] | SteamStandaloneAdapter | ||
| personaName : String [read-only] | SteamStandaloneAdapter | ||
| platform : String [read-only] | SteamStandaloneAdapter | ||
| steamID : String [read-only] | SteamStandaloneAdapter | ||
| userID : String [read-only] | SteamStandaloneAdapter | ||
| username : String [read-only] | SteamStandaloneAdapter | ||
| Method | Defined By | ||
|---|---|---|---|
SteamStandaloneAdapter(steamAdapter:ISteamAdapter) | SteamStandaloneAdapter | ||
getAuthSessionTicket(callback:Function):void | SteamStandaloneAdapter | ||
| initialized | property |
initialized:Boolean [read-only] public function get initialized():Boolean| personaName | property |
personaName:String [read-only] public function get personaName():String| platform | property |
platform:String [read-only] public function get platform():String| steamID | property |
steamID:String [read-only] public function get steamID():String| userID | property |
userID:String [read-only] public function get userID():String| username | property |
username:String [read-only] public function get username():String| SteamStandaloneAdapter | () | Constructor |
public function SteamStandaloneAdapter(steamAdapter:ISteamAdapter)steamAdapter:ISteamAdapter |
| getAuthSessionTicket | () | method |
public function getAuthSessionTicket(callback:Function):voidParameters
callback:Function |