Name | Type | Description | Notes |
---|---|---|---|
apns_cert | file_type | In a form of the `multipart/form-data` content type, specifies a .p12 file of which type is either development or production. Sendbird server scans the content of the file, finds out the certificate type, and then registers the file as the corresponding type. If you upload a wrong file, you will receive an error. | |
apns_cert_env_type | str | Specifies the certificate type of the .p12 file. Acceptable values are development and production. There is no need to specify this property when the apns_cert above is specified. | |
apns_cert_password | str | Specifies the password of the cerfificate file which has been set during the .p12 export. | |
has_unread_count_badge | bool | Determines whether to badge your client app's icon with the number of a user's unread messages. (Default: true) | |
content_available | bool | Determines for your client app whether to perform a silent background update on a user's device. For more information, see the Apple Developer Documentation's Pushing Updates to Your App Silently. (Default: false) | |
mutable_content | bool | Determines for your client app whether or not to modify the payload of a push notification before it is displayed on a user's device. For more information, see the Apple Developer Documentation's Modifying Content in Newly Delivered Notifications. (Default: false) | |
push_sound | str | Specifies the name of a sound file to be played when a push notification is delivered to your client app. The file can be in the app's main bundle or in the `Library/Sounds` folder of the app's data container. | |
apns_type | str | (Deprecated) Specifies the certificate type of the .p12 file. Acceptable values are development and production. You should specify either this property or the apns_cert above to inform the server of which certificate type to update. | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |