ConnectionStateManager

object ConnectionStateManager

Types

OnConnectionStateListener
Link copied to clipboard
interface OnConnectionStateListener

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
register
Link copied to clipboard
fun register(context: Context, listener: ConnectionStateManager.OnConnectionStateListener)
toString
Link copied to clipboard
open fun toString(): String
unregister
Link copied to clipboard
fun unregister(context: Context, listener: ConnectionStateManager.OnConnectionStateListener)