Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Get the number of credits currently available on the account.

Code Block
themeRDark
languagejava
titleExample
linenumberstrue
int credits = tmClient.getCredits();
System.out.println("Account have " + credits + " credits.");

Arguments:

None.

Returns:

a positive/zero integer indicating the number of credits on your account

Specific error codes:

None.

 

 

 

Panel
title
  • Next
Panel
titleAll Functions
Panel
titleDownload