SdkReleasable

fun interface SdkReleasable

Object returned from API methods which allows client to release resources associated with performed action and/or to stop receiving updates through callback.

Functions

Link copied to clipboard
abstract fun release()

Release the resource referenced by this object.