isFollowing

abstract suspend fun isFollowing(item: EchoMediaItem): Boolean

Checks if an item is followed. This will only be called if the EchoMediaItem.isFollowable is true.

Return

true if the item is followed, false otherwise.

Parameters

item

the item to check.