Skip to content

Commit

Permalink
finish android
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Jun 25, 2024
1 parent 34d09fe commit ff957a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ public NativePlaidLinkModuleAndroidSpec(ReactApplicationContext reactContext) {
@DoNotStrip
public abstract void startLinkActivityForResult(String token, boolean noLoadingState, String logLevel, Callback onSuccessCallback, Callback onExitCallback);

@ReactMethod
@DoNotStrip
public abstract void submit(String phoneNumber);

@ReactMethod
@DoNotStrip
public abstract void addListener(String eventName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ public NativePlaidLinkModuleiOSSpec(ReactApplicationContext reactContext) {
@DoNotStrip
public abstract void dismiss();

@ReactMethod
@DoNotStrip
public abstract void submit(String phoneNumber);

@ReactMethod
@DoNotStrip
public abstract void addListener(String eventName);
Expand Down

0 comments on commit ff957a6

Please sign in to comment.