get Group Remote Update
suspend fun getGroupRemoteUpdate( context: Context, groupId: Long, forceUpdate: Boolean = false): ApiResult<STWGroupDetails>
Content copied to clipboard
Call this method to get update for the given grou id this method should get details from remote server, then update the local database
Return
STWGroupDetails in case of success else return the error code ContactErrorKT.NO_UPDATE_IS_AVAILABLE ContactErrorKT.NETWORK_ERROR ContactErrorKT.EMPTY_DATA