MoEngageActivityAttributesProtocol
@available(iOS 18, *)
public protocol MoEngageActivityAttributesProtocol : ActivityAttributes where Self.ContentState : MoEngageContentStateProtocol
Protocol that both MoEngageActivityAttributes and MoEngageTransactionActivityAttributes conform to
-
Declaration
Swift
associatedtype AppAttributes where Self.AppAttributes == Self.ContentState.AppAttributes -
Declaration
Swift
associatedtype CampaignType : MoEngageCampaignProtocol -
Declaration
Swift
var appAttributes: AppAttributes { get } -
Declaration
Swift
var campaign: CampaignType { get } -
Declaration
Swift
associatedtype ContentStateType where Self.ContentState == Self.ContentStateType