What's the correct use case for AppCompatCallback?

Revision notes mentioning AppCompatCallback

must be implemented to be able to perform callbacks. Android docs cryptically state "Implemented this so that AppCompat can execute callbacks in certain situations."

What are these specific situations? Is this something just for library support? What's the correct use case AppCompatCallback

?

+3


source to share





All Articles