ConstantContact iOS SDK
Instance Methods | Class Methods | Properties | List of all members
EventNotificationOptions Class Reference

#import <EventNotificationOptions.h>

Inheritance diagram for EventNotificationOptions:

Instance Methods

(id) - initWithDictionary:
 
(NSString *) - JSON
 

Class Methods

(EventNotificationOptions *) + eventNotificationWithDictionary:
 

Properties

BOOL isOptedIn
 
NSString * notificationType
 

Method Documentation

+ (EventNotificationOptions *) eventNotificationWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Event Notification Options object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
EventNotificationOptions
- (NSString *) JSON

Property Documentation

- (BOOL) isOptedIn
readwritenonatomicassign

Set to true to send event notifications to the contact email_address, false for no notifications; Default is false

- (NSString*) notificationType
readwritenonatomicstrong

Specifies the type of notifications sent to the contact email_address, valid values: SO_REGISTRATION_NOTIFICATION - send notice for each registration (Default)


The documentation for this class was generated from the following files: