-
public interface UpiInitiateCallbackUpiInitiateCallback class for callBack to internal for sdk initiation
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSDKSuccess()abstract UnitonSdKError(Integer errorCode, String errorMessage)-
-
Method Detail
-
onSDKSuccess
abstract Unit onSDKSuccess()
-
onSdKError
abstract Unit onSdKError(Integer errorCode, String errorMessage)
-
-
-
-