Closed Foxtrio closed 1 month ago
adValue.getValueMicros() returns a Long value.
The current sendAsyncEvent function cannot detect a Long input. There's no need to implement that in the function as there's no other Long variable present in the extension. Only a small edit on the onPaidEventHandler function is sufficient.
This is fixed in lastest release
adValue.getValueMicros() returns a Long value.
The current sendAsyncEvent function cannot detect a Long input. There's no need to implement that in the function as there's no other Long variable present in the extension. Only a small edit on the onPaidEventHandler function is sufficient.