mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Add Push Notifications feature for iOS and Android.
This commit is contained in:
parent
9e78aa7b32
commit
b2d2bda7a1
71 changed files with 16041 additions and 37 deletions
80
examples/PushNotificationsDemo/JuceLibraryCode/BinaryData.h
Normal file
80
examples/PushNotificationsDemo/JuceLibraryCode/BinaryData.h
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
/* =========================================================================================
|
||||
|
||||
This is an auto-generated file: Any edits you make may be overwritten!
|
||||
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace BinaryData
|
||||
{
|
||||
extern const char* ic_stat_name_png;
|
||||
const int ic_stat_name_pngSize = 351;
|
||||
|
||||
extern const char* ic_stat_name2_png;
|
||||
const int ic_stat_name2_pngSize = 204;
|
||||
|
||||
extern const char* ic_stat_name3_png;
|
||||
const int ic_stat_name3_pngSize = 292;
|
||||
|
||||
extern const char* ic_stat_name4_png;
|
||||
const int ic_stat_name4_pngSize = 341;
|
||||
|
||||
extern const char* ic_stat_name5_png;
|
||||
const int ic_stat_name5_pngSize = 337;
|
||||
|
||||
extern const char* ic_stat_name6_png;
|
||||
const int ic_stat_name6_pngSize = 1059;
|
||||
|
||||
extern const char* ic_stat_name7_png;
|
||||
const int ic_stat_name7_pngSize = 543;
|
||||
|
||||
extern const char* ic_stat_name8_png;
|
||||
const int ic_stat_name8_pngSize = 928;
|
||||
|
||||
extern const char* ic_stat_name9_png;
|
||||
const int ic_stat_name9_pngSize = 915;
|
||||
|
||||
extern const char* ic_stat_name10_png;
|
||||
const int ic_stat_name10_pngSize = 1156;
|
||||
|
||||
extern const char* demonstrative_caf;
|
||||
const int demonstrative_cafSize = 190178;
|
||||
|
||||
extern const char* demonstrative_mp3;
|
||||
const int demonstrative_mp3Size = 127059;
|
||||
|
||||
extern const char* isntit_caf;
|
||||
const int isntit_cafSize = 20654;
|
||||
|
||||
extern const char* isntit_mp3;
|
||||
const int isntit_mp3Size = 11284;
|
||||
|
||||
extern const char* jinglebellssms_caf;
|
||||
const int jinglebellssms_cafSize = 116568;
|
||||
|
||||
extern const char* jinglebellssms_mp3;
|
||||
const int jinglebellssms_mp3Size = 24116;
|
||||
|
||||
extern const char* served_caf;
|
||||
const int served_cafSize = 13922;
|
||||
|
||||
extern const char* served_mp3;
|
||||
const int served_mp3Size = 6687;
|
||||
|
||||
extern const char* solemn_caf;
|
||||
const int solemn_cafSize = 114902;
|
||||
|
||||
extern const char* solemn_mp3;
|
||||
const int solemn_mp3Size = 75650;
|
||||
|
||||
// Points to the start of a list of resource names.
|
||||
extern const char* namedResourceList[];
|
||||
|
||||
// Number of elements in the namedResourceList array.
|
||||
const int namedResourceListSize = 20;
|
||||
|
||||
// If you provide the name of one of the binary resource variables above, this function will
|
||||
// return the corresponding data and its size (or a null pointer if the name isn't found).
|
||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue