We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c1c93 commit 600f47eCopy full SHA for 600f47e
android/src/main/java/io/branch/rnbranch/RNBranchModule.java
@@ -448,7 +448,7 @@ public void setIdentity(String identity) {
448
@ReactMethod
449
public void setIdentityAsync(String identity, Promise promise) {
450
Branch branch = Branch.getInstance();
451
- branch.setIdentity(identity, new BranchReferralInitListener() {
+ branch.setIdentity(identity, new Branch.BranchReferralInitListener() {
452
@Override
453
public void onInitFinished(JSONObject referringParams, BranchError error) {
454
if (error != null) {
0 commit comments