updateConversionValue static method
Sets the iOS conversion value sent to Apple through SKAdNetwork.
conversionValue
is an integer value between 0-63. The conversion values
meaning is determined by the developer.
Implementation
static void updateConversionValue(int conversionValue) {
flurryAgent?.updateConversionValue(conversionValue);
}