EMOobNotificationProfilesResponse

Objective-C

@protocol EMOobNotificationProfilesResponse <EMOobResponse>

Swift

protocol EMOobNotificationProfilesResponse : EMOobResponse

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

  • notificationProfiles:
  • notificationProfilesWithCompletionHandler:

Since

3.0
  • 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.

    Since

    3.0

    Declaration

    Objective-C

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

    Swift

    var notificationProfileList: [Any]! { get }

    Return Value

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