-
public class RegisterQueueEvent extends AFEvent
Dummy event class used to send register events in the Queue.
-
-
Constructor Summary
Constructors Constructor Description RegisterQueueEvent(Context context)
-
Method Summary
Modifier and Type Method Description TaskTypetaskTypeForQueue()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 -
Methods inherited from class com.appsflyer.AFEvent
addParams, cacheKey, cacheKey, getRequestListener, getWebReferrerUrl, isEncrypt, isLaunchEvent, launchCounter, launchCounter, name, params, post, post, putParam, referrer, requestListener, shouldAddHostData, shouldAddLvlData, shouldAddReceipt, shouldRemoveMetaData, url, urlString, urlString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RegisterQueueEvent
RegisterQueueEvent(Context context)
-
-
Method Detail
-
taskTypeForQueue
TaskType taskTypeForQueue()
-
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
-
-
-
-