From: Younho Park Date: Wed, 30 Dec 2015 03:03:25 +0000 (+0900) Subject: [Tutorial][Messaging][Push] 1. Definition change for unification (push client ->... X-Git-Tag: tizen_3.0/TD_SYNC/20161201~246^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc5ffec3cdfd1bd52f48479e42e0132e748f5d9a;p=sdk%2Fonline-doc.git [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 --- 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: