Packagecom.kongregate.air.standalone
Interfacepublic interface IStandaloneAdapter
Implementors BaseStandaloneAdapter, SteamStandaloneAdapter

An adapter for Steam/Kartridge SDK/etc support. These functions must be implemented to allow the Kongregate SDK to get the information it needs from a third party SDK. If you are using Steamworks.NET or the Kartridge SDK, adapters are provided in the Unity folder of the SDK distribution



Public Properties
 PropertyDefined By
  initialized : Boolean
[read-only]
IStandaloneAdapter
  platform : String
[read-only]
IStandaloneAdapter
  userID : String
[read-only]
IStandaloneAdapter
  username : String
[read-only]
IStandaloneAdapter
Property Detail
initializedproperty
initialized:Boolean  [read-only]


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


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


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


Implementation
    public function get username():String