UAInstallAttributionEvent Class Reference
Inherits from | UAEvent : NSObject |
Declared in | UAInstallAttributionEvent.h |
Class Methods
event
Factory method to create a UAInstallAttributionEvent.
+ (instancetype)event
Return Value
UAInstallAttributionEvent instance.
Declared In
UAInstallAttributionEvent.h
eventWithAppPurchaseDate:iAdImpressionDate:
Factory method to create a UAInstallAttributionEvent.
+ (instancetype)eventWithAppPurchaseDate:(NSDate *)appPurchaseDate iAdImpressionDate:(NSDate *)iAdImpressionDate
Parameters
- appPurchaseDate
The app purchase date.
- iAdImpressionDate
The iAD impression date.
Return Value
UAInstallAttributionEvent instance.
Declared In
UAInstallAttributionEvent.h