B4SDelegate Protocol Reference

Conforms to NSObject
Declared in B4SSingleton.h

Overview

User property customer ref

– 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 ))completion

Parameters

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