-
-
Constructor Summary
Constructors Constructor Description AdRevenue()
-
Method Summary
Modifier and Type Method Description AFEventurlString(String urlString)TaskTypetaskTypeForQueue()booleanshouldAddReceipt()You can override this to control if p_receipt field will be addedto this event payload via prepareForServer method booleanshouldAddCheckSum()You can override this to control if p_receipt field will be addedto this event payload via com.appsflyer.internal.components.queue.tasks.SendEventTask booleanshouldAddLvlData()You can override this to control if p_receipt field will be addedto this event via com.appsflyer.internal.components.queue.tasks.SendEventTask -
Methods inherited from class com.appsflyer.AFEvent
addParams, cacheKey, cacheKey, getRequestListener, isEncrypt, isLaunchEvent, launchCounter, launchCounter, params, post, post, putParam, referrer, requestListener, url, urlString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
taskTypeForQueue
TaskType taskTypeForQueue()
-
shouldAddReceipt
boolean shouldAddReceipt()
You can override this to control if p_receipt field will be addedto this event payload via prepareForServer method
-
shouldAddCheckSum
boolean shouldAddCheckSum()
You can override this to control if p_receipt field will be addedto this event payload via com.appsflyer.internal.components.queue.tasks.SendEventTask
-
shouldAddLvlData
boolean shouldAddLvlData()
You can override this to control if p_receipt field will be addedto this event via com.appsflyer.internal.components.queue.tasks.SendEventTask
-
-
-
-