qisdk / com.aldebaran.qi.sdk.object.focus / Focus / Async / check

check

abstract fun check(focusOwner: FocusOwner!): Future<Boolean!>!

Check the FocusOwner provided to tell whether it is recognized as representing the current focused activity.

Parameters

focusOwner - FocusOwner!: The focus owner to check.

Return
Future<Boolean!>!: True if the focus is effectively owned, false otherwise.

Since
1