# OnSuccessListener

This interface is used with PendingOperation

## OnSuccessListener API

### `onSuccess`

> ```java
> void onSuccess(@NonNull Result result)
> ```
>
> Called when the PendingOperation succeeds.
