createIviPagingSource

open suspend override fun createIviPagingSource(    listener: IBinder,     pagingSourceId: IviPagingSourceId,     query: Q): IviDataSourceIpc.CreateIviPagingSourceResult

Same as IviDataSourceIpc.createIviPagingSource with an additional listener.

The listener is an IviDataSourceListenerBinderInterface instance which is converted to an IBinder instance though IInterface.asBinder. The listener argument is also used to identify the client as the pagingSourceId is unique per client.