Skip to content

Commit

Permalink
Update Android Bindings documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenel committed Jan 16, 2024
1 parent 8eaca70 commit 73e7246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/java/nz/mega/sdk/MegaApiJava.java
Original file line number Diff line number Diff line change
Expand Up @@ -9396,7 +9396,7 @@ public ArrayList<MegaNode> searchOnPublicLinks(String searchString, @NotNull Meg
* - MegaApi::FILE_TYPE_PHOTO = 1
* - MegaApi::FILE_TYPE_AUDIO = 2
* - MegaApi::FILE_TYPE_VIDEO = 3
* - MegaApi::FILE_TYPE_ALL_DOCS = 4
* - MegaApi::FILE_TYPE_ALL_DOCS = 11
* @param target Target type where this method will search
* Valid values for this parameter are
* - SEARCH_TARGET_INSHARE = 0
Expand Down Expand Up @@ -9472,7 +9472,7 @@ public ArrayList<MegaNode> searchByType(MegaNode node, String searchString,
* - MegaApi::FILE_TYPE_PHOTO = 1
* - MegaApi::FILE_TYPE_AUDIO = 2
* - MegaApi::FILE_TYPE_VIDEO = 3
* - MegaApi::FILE_TYPE_ALL_DOCS = 4
* - MegaApi::FILE_TYPE_ALL_DOCS = 11
* @param target Target type where this method will search
* Valid values for this parameter are
* - SEARCH_TARGET_INSHARE = 0
Expand Down Expand Up @@ -9562,7 +9562,7 @@ public ArrayList<MegaNode> searchByType(@NotNull MegaCancelToken cancelToken, in
* - MegaApi::FILE_TYPE_PHOTO = 1
* - MegaApi::FILE_TYPE_AUDIO = 2
* - MegaApi::FILE_TYPE_VIDEO = 3
* - MegaApi::FILE_TYPE_ALL_DOCS = 4
* - MegaApi::FILE_TYPE_ALL_DOCS = 11
* @return List of nodes that match with the search parameters
*/
public ArrayList<MegaNode> searchByType(MegaNode node, String searchString,
Expand Down

0 comments on commit 73e7246

Please sign in to comment.