MoEngageInAppCampaignSubType
@objc
public enum MoEngageInAppCampaignSubType : Intextension MoEngageInAppCampaignSubType: CodableEnumeration representing the sub-type classification of in-app campaigns.
This enum defines different categories of in-app campaigns based on their purpose and behavior. It helps in categorizing campaigns for better targeting and analytics.
- 
                  
                  General purpose campaign with standard behavior. DeclarationSwift case general
- 
                  
                  Campaign specifically designed for push notification opt-in requests. DeclarationSwift case pushOptIn
- 
                  
                  Get campaign sub type enum for string value. DeclarationSwift public static func getCampaignSubType(forStrValue campaignSubType: String?) -> MoEngageInAppCampaignSubTypeParameterscampaignSubTypeThe sub type string to parse. Return ValueCampaign sub type for provided string, by default general. 
