EMOobNotificationProfilesResponse Protocol Reference

Conforms to EMOobResponse
Declared in EMOobNotificationProfilesResponse.h

Overview

Object response when retrieving the notification profiles from the server using an EMOobNotificationManager object:

  • notificationProfiles:
  • notificationProfilesWithCompletionHandler:

  notificationProfileList required method

Returns the list of notification profiles associated with the current client or an empty list if no profile exists. The value returned by this method is only meaningful if the transaction was successful.

@property (nonatomic, copy, readonly) NSArray *notificationProfileList

Return Value

The list of notification profile associated with the current client or an empty list if no profile exists.

Availability

3.0

Declared In

EMOobNotificationProfilesResponse.h