Skip to content

Commit

Permalink
update api (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 1, 2023
1 parent bb2151e commit 30a96d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public class Koala {

private long handle;

public static void setSdk(String sdk) {
Koala._sdk = sdk;
}

/**
* Constructor.
*
Expand Down

0 comments on commit 30a96d5

Please sign in to comment.