getAllActiveGroupPlayCoupons

fun getAllActiveGroupPlayCoupons(groupId: Long, sessionToken: String): Single<List<GroupPlayListItem>>

getAllActiveGroupPlayCoupons, This Single will emmit a list of GroupPlayListItem containing all active coupons

Return

a Single that emits a list of GroupPlayListItem.

Parameters

groupId

the id of the group.

sessionToken

optional token of the user.