Disposable

interface Disposable

Author

skydoves (Jaewoong Eum)

A definition for canceling when works should be disposed.

Functions

Link copied to clipboard
abstract fun dispose()

dispose the resource.

Link copied to clipboard
abstract fun isDisposed(): Boolean

returns true if this resource has been disposed.