iOS SDK  12.0.0
 All Classes Functions Enumerations Enumerator Groups Pages
FlurrySKAdNetwork Class Referenceabstract

Inherits NSObjecttypedef NS_ENUMNSUInteger, and FlurryConversionValueEventType.

Class Methods

(void) + flurryUpdateConversionValueWithEvent:
 Call this api to allow Flurry to set your conversion value. More...
 
(void) + flurryUpdateConversionValue:
 Call this api to send your conversion value to Flurry. You must calculate the conversion value yourself. More...
 

Protected Member Functions

(NoEvent) - NS_SWIFT_NAME
 
(NoEvent Registration) - NS_SWIFT_NAME
 
(NoEvent Registration Login) - NS_SWIFT_NAME
 
(NoEvent Registration Login
Subscription) 
- NS_SWIFT_NAME
 
(NoEvent Registration Login
Subscription InAppPurchase) 
- NS_SWIFT_NAME
 

Detailed Description

Definition at line 13 of file FlurrySKAdNetwork.h.

Method Documentation

+ (void) flurryUpdateConversionValue:

Call this api to send your conversion value to Flurry. You must calculate the conversion value yourself.

Since
11.0.0
Parameters
conversionValueThe conversion value is a decimal number between 0-63.
+ (void) flurryUpdateConversionValueWithEvent:

Call this api to allow Flurry to set your conversion value.

The final conversion value is a decimal number between 0-63. The conversion value is calculated from a 6 bit binary number. The first two bits represent days of user retention from 0-3 days The last four bits represent a true false state indicating if the user has completed the post install event.

Since
11.0.0
Parameters
eventEvent name using the FlurryConversionValueEventType defined above.

The documentation for this class was generated from the following file: