Add APNS handling in settings screen (hidden by default)

This commit is contained in:
giomfo
2014-12-12 14:18:34 +01:00
parent 4db0d89f22
commit 6614c69a34
7 changed files with 45 additions and 25 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ extern NSString *const kMatrixHandlerUnsupportedMessagePrefix;
// Flush and restore Matrix data
- (void)forceInitialSync;
- (void)enableEventsNotifications:(BOOL)isEnabled;
- (void)enableInAppNotifications:(BOOL)isEnabled;
- (BOOL)isSupportedAttachment:(MXEvent*)event;
- (BOOL)isEmote:(MXEvent*)event;