ListenerRegistration

interface ListenerRegistration


Represents a listener that can be removed by calling remove.

Summary

Public functions

Unit

Removes the listener being tracked by this ListenerRegistration.

Public functions

remove

fun remove(): Unit

Removes the listener being tracked by this ListenerRegistration. After the initial call, subsequent calls have no effect.