IviDataSourceListenerBinderInterface

A binder specific IviDataSourceListener interface.

The aidl tool is not used to allow the use of the OneWayBinderInterface. The inner classes follow as much as possible the structure of the code generated by the aidl tool.

Types

Link copied to clipboard
abstract class Stub(binderContext: BinderContext) : OneWayBinderInterface.Stub, IviDataSourceListenerBinderInterface

Inherited functions

Link copied to clipboard
abstract fun asBinder(): IBinder
Link copied to clipboard
abstract fun onPagingSourceInvalidated(pagingSourceId: IviPagingSourceId)

Called when an IviPagingSource has been invalidated. The IviPagingSource is identified by the given pagingSourceId.

Inheritors

Link copied to clipboard
Link copied to clipboard