MoEngageContentStateProtocol
@available(iOS 18, *)
public protocol MoEngageContentStateProtocol : Decodable, Encodable, Hashable
Protocol for content state that both regular and transaction content states conform to
-
Declaration
Swift
associatedtype AppAttributes : ActivityAttributes -
Declaration
Swift
associatedtype InstanceType : MoEngageInstanceProtocol -
Declaration
Swift
var appContent: AppAttributes.ContentState { get } -
Declaration
Swift
var instance: InstanceType { get }