public static interface ClientData.IAllocationTrackingHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(byte[] data,
Client client)
Called when an allocation tracking was successful.
|
void onSuccess(@NonNull
byte[] data,
@NonNull
Client client)
data - the data containing the encoded allocations.
See AllocationsParser.parse(java.nio.ByteBuffer) for parsing this data.client - the client for which allocations were tracked.