InstallAttributionEvent
@objc(UAInstallAttributionEvent)
public class InstallAttributionEvent : NSObject, AirshipEvent
Event to track install attributions.
-
Factory method to create a InstallAttributionEvent.
Declaration
Swift
@objc(eventWithAppPurchaseDate:iAdImpressionDate:) public class func event(appPurchaseDate: Date, iAdImpressionDate: Date) -> InstallAttributionEvent
Parameters
appPurchaseDate
The app purchase date.
iAdImpressionDate
The iAD impression date.
Return Value
InstallAttributionEvent instance.
-
Factory method to create an InstallAttributionEvent.
Declaration
Swift
@objc public class func event() -> InstallAttributionEvent
Return Value
InstallAttributionEvent instance.