public class IntegrationResponse
Object used to communicate responses back to the IntegrationManager
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.core.IntegrationResponse> |
CREATOR |
Constructor and Description |
---|
IntegrationResponse() |
IntegrationResponse() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
onError() |
void |
onError() |
void |
onError() |
void |
onRequestContinued() |
void |
onResult() |
void |
onResult() |
void |
writeToParcel() |
public static android.os.Parcelable.Creator<ru.evotor.framework.core.IntegrationResponse> CREATOR
public IntegrationResponse()
public IntegrationResponse()
public void onResult()
public void onResult()
public void onRequestContinued()
public void onError()
public void onError()
public void onError()
public int describeContents()
public void writeToParcel()