public String getTitle() returns the title of the current
node.
Parameters
None
Returns
Returns a string representing the title of the current node.
Example
Node node = getTestNode(session, "ClimbingVolcanoes.JPG"); Log.d(TAG, "getTitle: " + node.getTitle());
Would result in output such as the following:
getTitle: Climbing Taal Volcano