AudioFocusRequestCallback

fun fun interface AudioFocusRequestCallback

Interface definition for a callback to be invoked when a player requests audio focus

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
invoke
Link copied to clipboard
abstract operator fun invoke(result: Boolean)
Invoked when the AudioFocusDelegate processed the request.
toString
Link copied to clipboard
open fun toString(): String