Skip to content

Commit c93be5d

Browse files
Apply suggestions from review
Co-authored-by: Kyle Rollins <115574589+krollins-mdb@users.noreply.github.com>
1 parent d52dda4 commit c93be5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
To execute a function from the SDK, use the
2-
:java-sdk:`getFunctions() <io/realm/mongodb/App.html#getFunctions-io.realm.mongodb.User->`
2+
:java-sdk:`getFunctions() <io/realm/mongodb/App.html#getFunctions(io.realm.mongodb.User)>`
33
method of the your :java-sdk:`App <io/realm/mongodb/App.html>`
44
to retrieve a :java-sdk:`Functions manager <>`.
55

66
Pass the name and parameters of the function you would like to call to
7-
:java-sdk:`callFunction() <io/realm/mongodb/functions/Functions.html#callFunction-java.lang.String-java.util.List-->`
8-
or :java-sdk:`callFunctionAsync() <io/realm/mongodb/functions/Functions.html#callFunctionAsync-java.lang.String-java.util.List--io.realm.mongodb.App.Callback->`:
7+
:java-sdk:`callFunction() <io/realm/mongodb/functions/Functions.html#callFunction(java.lang.String,java.util.List,java.lang.Class)>`
8+
or :java-sdk:`callFunctionAsync() <io/realm/mongodb/functions/Functions.html#callFunctionAsync(java.lang.String,java.util.List,java.lang.Class,io.realm.mongodb.App.Callback)>`:

0 commit comments

Comments
 (0)