mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 14:26:45 -04:00
[WIP] - Allow developers to specify if they want clay to open app message inbox automatically
This commit is contained in:
+3
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user