LiveLikeCallback

LiveLikeCallback

abstract class LiveLikeCallback

Constructors

Name Description
constructor()

Methods

onResponse

abstract fun onResponse(result: T?, error: String?)

Parameters

Name Description
result: T?
error: String?

ReturnValue

Name Description
Unit