From cc5ffec3cdfd1bd52f48479e42e0132e748f5d9a Mon Sep 17 00:00:00 2001 From: Younho Park Date: Wed, 30 Dec 2015 12:03:25 +0900 Subject: [PATCH] [Tutorial][Messaging][Push] 1. Definition change for unification (push client -> push service, third party application -> application, third party service -> application server 2. Added "encoding" column 3. Clarified wording Change-Id: I11690d8f33a6a58be2978e599e4a19a00efd6e49 Signed-off-by: Younho Park --- .../html/native/messaging/push_tutorial_n.htm | 80 ++++++++-------------- 1 file changed, 29 insertions(+), 51 deletions(-) diff --git a/org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm b/org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm index d233a75..77384ad 100644 --- a/org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/messaging/push_tutorial_n.htm @@ -334,7 +334,7 @@ _result_cb(push_service_result_e result, const char *msg, void *user_data)

In both cases, the _state_cb() callback function is called with the PUSH_SERVICE_STATE_REGISTERED state. The application calls the _on_state_registered() function immediately, as shown in the state transitions. When defining the actions inside the function, keep the following points in mind: