Intent:
com.crayontech.kote.openkote.action.Add
Extra params:
version (int) = API version number. Mandatory
password (string) = kote password. Mandatory
title (string) = note title (no more than 60 characters). Mandatory
note (string) = note text. Mandatory
address (string) = note address
datetime (long) = date time for note alarm
Extra returned:
noteId (int) = added note id.
resultCode (int) =
0: ok
-1: invalid version number
-2: password invalid
-3: Mandatory field needed
Update
Update an existing note. Invalid note id are not reported. Be carefull to check it by listing or searching the note.
Intent:
com.crayontech.kote.openkote.action.UPDATE
Extra params:
version 9int) = API version number. Mandatory
password (string) = kote password. Mandatory
noteId (string) = Note id. Mandatory
title (string) = note title (no more than 60 characters)
note (string) = note text
address (string) = note address
datetime (long)= date time for note alarm
Extra returned:
resultCode (int) =
0: ok, note updated
-1: invalid version number
-2: invalid password.
-3: Mandatory field needed
Delete