public class PendingRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PendingRequestCallback |
callback |
long |
requestId |
| Constructor and Description |
|---|
PendingRequest(long requestId,
PendingRequestCallback callback) |
public final long requestId
public final PendingRequestCallback callback
public PendingRequest(long requestId,
PendingRequestCallback callback)