public static interface DropInResult.DropInResultListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception exception)
Any errors that occur during
DropInResult.fetchDropInResult(AppCompatActivity, String, DropInResultListener) will be
returned here. |
void |
onResult(DropInResult result)
|
void onError(java.lang.Exception exception)
DropInResult.fetchDropInResult(AppCompatActivity, String, DropInResultListener) will be
returned here.exception - the Exception that occurred.void onResult(DropInResult result)
DropInResult from
DropInResult.fetchDropInResult(AppCompatActivity, String, DropInResultListener)result -