abstract fun check(focusOwner: FocusOwner!): Future<Boolean!>!
Check the FocusOwner provided to tell whether it is recognized as representing the current focused activity.
focusOwner
- FocusOwner!: The focus owner to check.
Return
Future<Boolean!>!: True if the focus is effectively owned, false otherwise.
Since
1