Skip to content

Commit

Permalink
Added tracking api to multi Application
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 3, 2024
1 parent 2c06cf1 commit 334879b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ public Arguments customAction(String customActionClassName) {
return add("ca", customActionClassName);
}

public Arguments appClass(String customAppClass) {
return add("app", customAppClass);
}

public Arguments server(String server) {
return add("s", server);
}
Expand Down

0 comments on commit 334879b

Please sign in to comment.