|
isLoggedIn Method
Description
This method checks if the user is currently logged in to the Truveo video search service.
Arguments
This method does not accept any arguments.
Syntax
The following code sample illustrates how this method can be invoked:
TVS = new TruveoVideoSearch(appid);
...
TVS.isLoggedIn();
Return Value
This method returns true if the user is logged in; otherwise it returns false.
Response Data Objects
This method does not update any data objects.
Events
This method does not fire any events.
Errors
This method does not throw any errors.
|