Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
This repository was 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

Description

@SkyWalkeer

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions