FocusManagerInterface
Types
Link copied to clipboard
data class ChannelConfiguration( val name: String, val acquirePriority: Int, val releasePriority: Int)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
abstract fun acquireChannel( channelName: String, channelObserver: ChannelObserver, interfaceName: String, finishListener: FocusManagerInterface.OnFinishListener? = null): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun addListener(listener: FocusManagerInterface.OnFocusChangedListener)
Content copied to clipboard
Link copied to clipboard
abstract fun releaseChannel(channelName: String, channelObserver: ChannelObserver): Future<Boolean>
Content copied to clipboard
Link copied to clipboard
abstract fun removeListener(listener: FocusManagerInterface.OnFocusChangedListener)
Content copied to clipboard
Link copied to clipboard
abstract fun setExternalFocusInteractor(focusInteractor: FocusManagerInterface.ExternalFocusInteractor)
Content copied to clipboard