NECallback

fun fun interface NECallback<in T>

通用回调

Functions

onResult
Link copied to clipboard
abstract fun onResult(code: Int, message: String?, data: T?)
通用回调

Inheritors

NECallback2
Link copied to clipboard
NEDataCallback
Link copied to clipboard