get Suspend Group Details By Group Id
suspend fun getSuspendGroupDetailsByGroupId(context: Context, groupId: Long): ApiResult<STWGroupDetails>
Content copied to clipboard
Call this method to get group details (Suspend way)
Parameters
context
Context the application context
group Id
Long the group id
callback
will be invoked when fetch operation is done with parameter ApiResult of STWGroupDetails