Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ public class MainActivity extends AppCompatActivity {
// Save reference so you may send to server. If
// error occurs with OTP, you should still verify on server.
}

@Override
public void showLoading(Boolean isProcessing) {
// This is called whenever the SDK makes network requests.
// Use this to display loading indicators in your application UI
}

@Override
public void onError(Throwable error, Transaction transaction) {
Expand Down