//library/com.uploadcare.android.library.callbacks/BasePaginationCallback

BasePaginationCallback

[androidJvm] interface BasePaginationCallback<T>

Functions

Name Summary
equals [androidJvm]
Content
open operator fun equals(other: Any?): Boolean


hashCode [androidJvm]
Content
open fun hashCode(): Int


onFailure [androidJvm]
Content
abstract fun onFailure(@NonNull()e: UploadcareApiException)


onSuccess [androidJvm]
Content
abstract fun onSuccess(@NonNull()result: List<T>, next: URI?)


toString [androidJvm]
Content
open fun toString(): String


Inheritors

Name
UploadcareFilesCallback
UploadcareGroupsCallback