From b4035157ab690f6c0622511b316c6732e9639fe7 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Tue, 14 Jun 2016 11:26:15 -0400 Subject: [PATCH] Issue #987: visibility not working --- docs/PAYLOAD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PAYLOAD.md b/docs/PAYLOAD.md index 02337c54c..3f05c1991 100644 --- a/docs/PAYLOAD.md +++ b/docs/PAYLOAD.md @@ -801,7 +801,7 @@ These phones have a particular quirk that when the app is force closed that you ## Visibility of Notifications -You can set a visibility parameter for your notifications. Just add a `visibility` field in your notification. -1: secret, 0: private (default), 1: public +You can set a visibility parameter for your notifications. Just add a `visibility` field in your notification. -1: secret, 0: private (default), 1: public. `Secret` shows only the most minimal information, excluding even the notification's icon. `Private` shows basic information about the existence of this notification, including its icon and the name of the app that posted it. The rest of the notification's details are not displayed. `Public` Shows the notification's full content. ```javascript {