Packagecom.kongregate.air.standalone.steam
Classpublic class SteamStandaloneAdapter
InheritanceSteamStandaloneAdapter Inheritance Object
Implements ISteamAdapter, IStandaloneAdapter



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
SteamStandaloneAdapter
  
getAuthSessionTicket(callback:Function):void
SteamStandaloneAdapter
Property Detail
initializedproperty
initialized:Boolean  [read-only]


Implementation
    public function get initialized():Boolean
personaNameproperty 
personaName:String  [read-only]


Implementation
    public function get personaName():String
platformproperty 
platform:String  [read-only]


Implementation
    public function get platform():String
steamIDproperty 
steamID:String  [read-only]


Implementation
    public function get steamID():String
userIDproperty 
userID:String  [read-only]


Implementation
    public function get userID():String
usernameproperty 
username:String  [read-only]


Implementation
    public function get username():String
Constructor Detail
SteamStandaloneAdapter()Constructor
public function SteamStandaloneAdapter(steamAdapter:ISteamAdapter)



Parameters
steamAdapter:ISteamAdapter
Method Detail
getAuthSessionTicket()method
public function getAuthSessionTicket(callback:Function):void

Parameters

callback:Function