public class Exchange
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Exchange.Around |
Constructor and Description |
---|
Exchange() |
Modifier and Type | Method and Description |
---|---|
static void |
aroundAsync(android.content.Context context,
java.lang.String dmoId)
Fetches all exchanges from and to the dmo with id "dmo_id".
|
static void |
aroundSync(android.content.Context context,
java.lang.String dmoId)
Fetches all exchanges from and to the dmo with id "dmo_id".
|
public static void aroundAsync(@NonNull android.content.Context context, @NonNull java.lang.String dmoId)
context
- Context required to process the requestdmoId
- dmo_id.public static void aroundSync(@NonNull android.content.Context context, @NonNull java.lang.String dmoId)
context
- Context required to process the requestdmoId
- dmo_id.