From 26119bd336073a30fc41098673ef79df6e04ed08 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 4 Jun 2016 20:14:20 +0800 Subject: [PATCH] [ci skip] update time_to_live type on readme. Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea9c3e..9d31f28 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Request body must has a notifications array. The following is a parameter table |to|string|The value must be a registration token, notification key, or topic.|-|only Android| |collapse_key|string|a key for collapsing notifications|-|only Android| |delay_while_idle|bool|a flag for device idling|-|only Android| -|time_to_live|int|expiration of message kept on GCM storage|-|only Android| +|time_to_live|uint|expiration of message kept on GCM storage|-|only Android| |restricted_package_name|string|the package name of the application|-|only Android| |dry_run|bool|allows developers to test a request without actually sending a message|-|only Android| |notification|string array|payload of a GCM message|-|only Android. See the [detail](#android-notification-payload)|