Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Adding "title", "title-loc-key", "title-loc-args" , "mutable-content" property #34

Open
SkyWalkeer opened this issue Apr 19, 2017 · 0 comments

Comments

@SkyWalkeer
Copy link

SkyWalkeer commented Apr 19, 2017

Hi, is it possible to add "title", "title-loc-key", "title-loc-args", "mutable-content" property inside aps json? I need this for display notification title.
ex:

{
     "aps" :  {  
                "alert":{ 
                    "title"          :   "string"
                    "body"           :   "string",
                    "title-loc-key"  :   "string or null"
                    "title-loc-args" :   "array of strings or null"
                    "action-loc-key" :   "string or null"
                    "loc-key"        :   "string"
                    "loc-args"       :   "array of strings"
                    "launch-image"   :   "string"
                },
                "badge"             :    number,
                "sound"             :    "string"
                "content-available" :    number;
                "category"          :    "string"
                "mutable-content"   :    number;
     }
}

Thank you.

@SkyWalkeer SkyWalkeer changed the title Adding "title", "title-loc-key", "title-loc-args" property Adding "title", "title-loc-key", "title-loc-args" , "mutable-content" property Apr 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant