Skip to content

Commit

Permalink
Update ATConnect.h
Browse files Browse the repository at this point in the history
Added comments to push providers.
  • Loading branch information
frankus committed Oct 23, 2015
1 parent 5ceb950 commit 7ef9c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ApptentiveConnect/source/ATConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ extern NSString *const ATSurveyIDKey;

/** Supported Push Providers for use in `setPushNotificationIntegration:withDeviceToken:` */
typedef NS_ENUM(NSInteger, ATPushProvider){
/** Specifies the Apptentive push provider. */
ATPushProviderApptentive,
/** Specifies the Urban Airship push provider. */
ATPushProviderUrbanAirship,
/** Specifies the Amazon Simple Notification Service push provider. */
ATPushProviderAmazonSNS,
/** Specifies the Parse push provider. */
ATPushProviderParse,
};

Expand Down

0 comments on commit 7ef9c97

Please sign in to comment.