My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Search
for
Updated Feb 04 (5 days ago) by o...@come2play.com
UserEntry  
UserEntry Class
class UserEntry{var key:Object, var value:Object, var isSecret:Boolean = false;}

Parameters

key : the key of the ServerEntry that will be created, if such a key exists it will be overwritten.

value : the value of the ServerEntry that will be created, if null it will delete an existing key.

isSecret : will the data in the ServerEntry be secret.

Creation

To create a UserEntry instance you must use it's create function and not a constructor:

UserEntry.create(key,value, isSecret);

Sign in to add a comment
Hosted by Google Code