public class FcmSendMessageResultFailureDetail extends Object
| Constructor and Description |
|---|
FcmSendMessageResultFailureDetail(long index,
String error,
String userId)
Constructs a new FCM send message result failure detail.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Returns the error that occurred.
|
long |
getIndex()
Returns the index corresponding to the target.
|
String |
getUserId()
Returns the user id that could not be sent a message to, if applicable.
|
public FcmSendMessageResultFailureDetail(long index,
String error,
String userId)
index - the index corresponding to the target.error - the error that occurred.userId - the user id that could not be sent a message to, if applicable.