getSuspendGroupDetailsByGroupId

suspend fun getSuspendGroupDetailsByGroupId(context: Context, groupId: Long): ApiResult<STWGroupDetails>

Call this method to get group details (Suspend way)

Parameters

context

Context the application context

groupId

Long the group id

callback

will be invoked when fetch operation is done with parameter ApiResult of STWGroupDetails