ripe / com.ripe.android.base / Observable / unbind

unbind

fun unbind(event: String, callback: ObservableCallback?): Unit

Unbinds the provided callback from an event.

Parameters

event - The name of the event.

callback - The callback that was returned when the bind method was called.