B4SDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | B4SSingleton.h |
– customizeNotificationText:andData:andUserInfo:completion:
This delegate method is called before displaying a notification to the user. Call the completion method with the original text, data and userInfos or modify those parematers as you see fit
- (void)customizeNotificationText:(NSString *)aText andData:(NSString *)aData andUserInfo:(NSMutableDictionary *)userInfos completion:(void ( ^ ) ( NSString *pushText , NSString *pushData , NSMutableDictionary *userInfos ))completionParameters
aText |
The notification text |
|---|---|
aData |
The notification associated data |
userInfos |
The notification userInfo |
completion |
The completion block to call with original or modified parameters |
Declared In
B4SSingleton.h