Sha256: 8029c4b33e293b8fd647e53b561c1ce87ea9c92770e514b52e22912b10eadcf0
Contents?: true
Size: 566 Bytes
Versions: 8
Compression:
Stored size: 566 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "push_notification_token_preferences", "description" : "Preferences of user for push notification delivery", "properties" : { "vibrations" : { "description" : "Vibrate on received", "type" : "boolean" }, "badges" : { "description" : "Highligh the icon with badge", "type" : "boolean" }, "sounds" : { "description" : "Play sound when received", "type" : "boolean" } } }
Version data entries
8 entries across 8 versions & 1 rubygems