Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 4.27 KB

App.md

File metadata and controls

45 lines (40 loc) · 4.27 KB

App

Properties

Name Type Description Notes
id str [optional] [readonly]
name str The name of your app, as displayed on your apps list on the dashboard. This can be renamed. [optional]
players int [optional] [readonly]
messageable_players int [optional] [readonly]
updated_at datetime [optional] [readonly]
created_at datetime [optional] [readonly]
android_gcm_sender_id str Android: Your Google Project number. Also known as Sender ID. [optional]
gcm_key str, none_type Android: Your Google Push Messaging Auth Key [optional]
chrome_web_origin str, none_type Chrome (All Browsers except Safari) (Recommended): The URL to your website. This field is required if you wish to enable web push and specify other web push parameters. [optional]
chrome_key str, none_type Not for web push. Your Google Push Messaging Auth Key if you use Chrome Apps / Extensions. [optional]
chrome_web_default_notification_icon str, none_type Chrome (All Browsers except Safari): Your default notification icon. Should be 256x256 pixels, min 80x80. [optional]
chrome_web_sub_domain str, none_type Chrome (All Browsers except Safari): A subdomain of your choice in order to support Web Push on non-HTTPS websites. This field must be set in order for the chrome_web_gcm_sender_id property to be processed. [optional]
apns_env str, none_type iOS: Either sandbox or production [optional]
apns_p12 str iOS: Your apple push notification p12 certificate file, converted to a string and Base64 encoded. [optional]
apns_p12_password str iOS: Required if using p12 certificate. Password for the apns_p12 file. [optional]
apns_certificates str, none_type [optional] [readonly]
safari_apns_certificates str [optional] [readonly]
safari_apns_p12 str Safari: Your apple push notification p12 certificate file for Safari Push Notifications, converted to a string and Base64 encoded. [optional]
safari_apns_p12_password str Safari: Password for safari_apns_p12 file [optional]
apns_key_id str, none_type iOS: Required if using p8. Unique identifier for the p8 authentication key. [optional]
apns_team_id str, none_type iOS: Required if using p8. Team ID generated by Apple for your developer account. [optional]
apns_bundle_id str, none_type iOS: Required if using p8. Bundle ID for your app in the Apple ecosystem. [optional]
apns_p8 str, none_type iOS: Required if using p8. Base64 encoded p8 key [optional]
safari_site_origin str, none_type Safari (Recommended): The hostname to your website including http(s):// [optional]
safari_push_id str, none_type [optional] [readonly]
safari_icon_16_16 str [optional] [readonly]
safari_icon_32_32 str [optional] [readonly]
safari_icon_64_64 str [optional] [readonly]
safari_icon_128_128 str [optional] [readonly]
safari_icon_256_256 str Safari: A url for a 256x256 png notification icon. This is the only Safari icon URL you need to provide. [optional]
site_name str, none_type All Browsers (Recommended): The Site Name. Requires both chrome_web_origin and safari_site_origin to be set to add or update it. [optional]
basic_auth_key str, none_type [optional] [readonly]
organization_id str The Id of the Organization you would like to add this app to. [optional]
additional_data_is_root_payload bool iOS: Notification data (additional data) values will be added to the root of the apns payload when sent to the device. Ignore if you're not using any other plugins, or not using OneSignal SDK methods to read the payload. [optional]
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]

[Back to Model list] [Back to API list] [Back to README]