requestChannelUrl

fun requestChannelUrl(url: String, onError: () -> Unit): Result<Unit>(source)

Parse a channel URL string and store the resulting ChannelSet.

Accepts any string that CommonUri.parse can handle (e.g. the result of android.net.Uri.toString()).