sendNow method
Send this event now
Implementation
void sendNow(OnSendSuccessCallback success, OnSendFailedCallback failed) {
Affise.sendEventNow(this, success, failed);
}
Send this event now
void sendNow(OnSendSuccessCallback success, OnSendFailedCallback failed) {
Affise.sendEventNow(this, success, failed);
}