Packagecom.kongregate.air.standalone.kartridge
Interfacepublic interface IKartridgeAdapter extends IStandaloneAdapter

An adapter for Kartridge SDK support. These functions must be implemented to allow the Kongregate SDK to get the information it needs from Kartridge. An example adapter is provided in the Unity folder of the SDK distribution.



Public Properties
 PropertyDefined By
  gameAuthToken : String
[read-only]
IKartridgeAdapter
 Inheritedinitialized : Boolean
[read-only]
IStandaloneAdapter
 Inheritedplatform : String
[read-only]
IStandaloneAdapter
 InheriteduserID : String
[read-only]
IStandaloneAdapter
 Inheritedusername : String
[read-only]
IStandaloneAdapter
Public Methods
 MethodDefined By
  
submitStat(name:String, value:int):void
Submit a statistic
IKartridgeAdapter
Property Detail
gameAuthTokenproperty
gameAuthToken:String  [read-only]


Implementation
    public function get gameAuthToken():String
Method Detail
submitStat()method
public function submitStat(name:String, value:int):void

Submit a statistic

Parameters

name:String
 
value:int