[WIP] - Allow developers to specify if they want clay to open app message inbox automatically

This commit is contained in:
Keegan
2016-10-28 23:51:55 -07:00
parent ff4f41e63f
commit e328fa8cfa
3 changed files with 30 additions and 19 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ typedef struct ClayCallbacks {
ClayUpdatedCallback settings_updated;
} ClayCallbacks;
void clay_init(uint32_t inbox_size, const ClayCallbacks *callbacks, void *context);
void clay_init(uint32_t inbox_size, bool open_app_message);
void clay_register_callbacks(const ClayCallbacks *callbacks, void *context);
void clay_remove(const char *key);