parse4j
parse4j copied to clipboard
ParseUser.getQuery()
Hi there,
Just wondering, is the parseUser class not finished or am I doing something wrong. I can't find a method in the class.
Any help or reply would be greatly appreciated.
Thanks
just for anyone else struggling, I have found a workaround. Not sure how safe, but it works. You use the existing ParseQuery.getQuery() method but as the class use "_User". For some reason the _ makes it work.
When the next update will be available for ParseUser?