public class Subscription
Created by victor on 3/16/19
| Modifier and Type | Method and Description |
|---|---|
void |
getSubscriptions(int page,
int limit,
InPlayerCallback<com.sdk.inplayer.model.InPlayerCollection,com.sdk.inplayer.model.error.InPlayerException> callback)
Get all the Customer/Merchant subscription records
|
public void getSubscriptions(int page,
int limit,
@NotNull
InPlayerCallback<com.sdk.inplayer.model.InPlayerCollection,com.sdk.inplayer.model.error.InPlayerException> callback)
Get all the Customer/Merchant subscription records
page - Integer The current pagelimit - Integer The number of items per pagecallback - InPlayerCallback