{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

CallSuper


Denotes that any overriding methods should invoke this method as well.

Example:

@CallSuper
public abstract void onFocusLost();

Summary

Public constructors

Cmn

Public constructors

CallSuper

CallSuper()