From 1b9062189145d87c7c2d8cd24dec77ab6e72298b Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 16 May 2019 22:16:36 +0000 Subject: [PATCH] Version 0.2.0 --- doc/notifications.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/notifications.md b/doc/notifications.md index a90c878..813824a 100755 --- a/doc/notifications.md +++ b/doc/notifications.md @@ -39,4 +39,19 @@ The SDK should also be updated with the push token when the app starts. The foll }) } -``` \ No newline at end of file +``` + +## Setting the Service Notification Title and Content + +When there is an open order, the FlyBuy SDK runs a foreground service that sends location updates to the API. Foreground services on Android require a notification while it is running. The default title and content of this notification is: + +**Title**: FlyBuy Order in Progress + +**Content**: We'll let the merchant know when you arrive. + +To override the default values, set the following strings in the app's string resources. + +``` + FlyBuy Order in Progress + We\'ll let the merchant know when you arrive. +```