AudioFocusDelegate

interface AudioFocusDelegate

An Api that allows you to interact with the audio focus

Functions

abandonFocus
Link copied to clipboard
abstract fun abandonFocus(): Boolean
Abandon audio focus.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
requestFocus
Link copied to clipboard
abstract fun requestFocus(): Boolean
Request audio focus.
toString
Link copied to clipboard
open fun toString(): String