Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since Appoxee SDK V2.0 you have the ability to set custom fields 

...

Custom Fields Getters/Setters API (Including Quiet Time) :

------------------------------------------------------------------------

//Universal Value Getter, List of Attributes as incoming parameter, List of Values as returning values

public static ArrayList<String> getFromAttributeList(ArrayList<String> listOfAttributes)

//Set Quiet Time for not receiving Push Messages from Server (Not Activated yet)

...

 

//Set Custom Field, Return TRUE on success

public static boolean setCustomField(String aName,Object aValue)


//Unset Custom String Fields, Return TRUE on success

public static boolean unsetStringFields(Map<String,String> strFields)

Please Add guidelines for each type of field what to give (especially date)