findLast() with parameters

Hi!

In Android API one of the findLast() methos recives an int as parameter and another recives a List<String> as parameter.
I would like to know what are dos parameters for, and more important, I would like to know if there is a link or file with all the classes/methods documented (like https://developer.android.com/reference/ ) in order to look up for this kind of things.

Thanks!
Marcos.

Hi, Marcos!

Integer parameter is relationsDepth and List<String> is “relationsToPreload”. First declares how deep related object would be retrieved, and the second - which relations should be preloaded.
As you know, backendless SDK is an open source and you can see the code at github.
We don’t have docs common to androids, all our docs are available here.
best regards,
Alex

Hi Marcos,

The method you’re asking about is documented at:
https://backendless.com/documentation/data/android/data_relations_retrieve.htm

Regards,
Mark