public class PushSendResult.Android extends Object
| Constructor and Description |
|---|
Android() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailed()
Get number of messages that were sent with failure.
|
int |
getSent()
Get number of messages that were sent successfully.
|
int |
getTotal()
Get total number of messages that were attempted to send.
|
void |
setFailed(int failed)
Set number of messages that were sent with failure.
|
void |
setSent(int sent)
Set number of messages that were sent successfully.
|
void |
setTotal(int total)
Set total number of messages that were attempted to send.
|
public int getSent()
public void setSent(int sent)
sent - Number of sent messages.public int getFailed()
public void setFailed(int failed)
failed - Number of failed messages.public int getTotal()
public void setTotal(int total)
total - Total number of messages.Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.