Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed Nov 6, 2024
1 parent 81d0e31 commit 5ec2486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import static com.appsflyer.reactnative.RNAppsFlyerConstants.*;

interface MappedValidationResultListener extends PurchaseClient.ValidationResultListener<Map<String, Object>> {
public interface MappedValidationResultListener extends PurchaseClient.ValidationResultListener<Map<String, Object>> {
void onResponse(Map<String, Object> response);

void onFailure(String result, Throwable error);
Expand Down

0 comments on commit 5ec2486

Please sign in to comment.