Skip to content

Commit

Permalink
Include file that was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed May 30, 2024
1 parent a3ee171 commit e1e2edb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android-core/src/main/java/com/mparticle/MParticle.java
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,11 @@ public interface ResetListener {
void onReset();
}

public interface UploadCallback {
void onSuccess();

void onFailed();
}

/**
* @hidden
Expand Down

0 comments on commit e1e2edb

Please sign in to comment.