UAInboxUtils Class Reference
Inherits from | NSObject |
Declared in | UAInboxUtils.h |
Class Methods
inboxMessageIDFromNotification:
Retrieves an inbox message ID from a notification dictionary
+ (nullable NSString *)inboxMessageIDFromNotification:(NSDictionary *)notification
Parameters
- notification
The notification dictionary.
Return Value
a message ID if found, nil
otherwise
Declared In
UAInboxUtils.h
inboxMessageIDFromValue:
Retrieves an inbox message ID from an NSArray containing the ID or if the value is the ID.
+ (nullable NSString *)inboxMessageIDFromValue:(id)values
Parameters
- values
The value of the inbox message ID from a notification.
Return Value
a message ID if found, nil
otherwise
Declared In
UAInboxUtils.h