MFNotificationType Constants Reference
| Declared in | MFConstant.h |
|---|
MFNotificationType
MFNotificationType enum specifies different type of storyline campaign.
MFNotificationTypeText: Notification type for showing alert/notification by text campaign.MFNotificationTypeImage: Notification type for showing image campaign.MFNotificationTypeVideo: Notification type for showing video campaign.MFNotificationTypeUrl: Notification type for showing url webpage campaign.
Definition
typedef NS_ENUM(uint8_t, MFNotificationType ) {
MFNotificationTypeText = MFStorylineCampaignText,
MFNotificationTypeImage = MFStorylineCampaignImage,
MFNotificationTypeVideo = MFStorylineCampaignVideo,
MFNotificationTypeUrl = MFStorylineCampaignUrl,
};
Constants
MFNotificationTypeText-
Notification type for showing alert/notification by text campaign.
Declared In
MFConstant.h. MFNotificationTypeImage-
Notification type for showing image campaign.
Declared In
MFConstant.h. MFNotificationTypeVideo-
Notification type for showing video campaign.
Declared In
MFConstant.h. MFNotificationTypeUrl-
Notification type for showing url webpage campaign.
Declared In
MFConstant.h.
Declared In
MFConstant.h