public interface IPoyntRatingAndReviewServiceListener
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntRatingAndReviewServiceListener.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onRatingCanceled(java.lang.String requestId)
Call this listener when a discount call failed.
|
void |
onRatingCollected(java.lang.String requestId)
Call this callback function when loyalty has been applied to the order
|
void onRatingCollected(java.lang.String requestId)
throws android.os.RemoteException
payment - updated co.poynt.api.model.PaymentrequestId - Request id of the caller.android.os.RemoteExceptionvoid onRatingCanceled(java.lang.String requestId)
throws android.os.RemoteException
requestId - Request id of the caller.PoyntError - error object to generate exception across process.android.os.RemoteException