These are the methods of SaveKey.
toString
Return to Top ^public function toString():String
validateValue
Return to Top ^public function validateValue(value:any):any
These are the properties of SaveKey.
These are the constants of SaveKey.
TYPE_BOOLEAN
Return to Top ^public static const TYPE_BOOLEAN:uint = 4;
TYPE_FLOAT
Return to Top ^public static const TYPE_FLOAT:uint = 1;
TYPE_INTEGER
Return to Top ^public static const TYPE_INTEGER:uint = 2;
TYPE_STRING
Return to Top ^public static const TYPE_STRING:uint = 3;