|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
---|---|
org.botlibre.sdk |
Uses of Credentials in org.botlibre.sdk |
---|
Subclasses of Credentials in org.botlibre.sdk | |
---|---|
class |
BOTlibreCredentials
Credentials for use with hosted services on the BOT libre website, a free bot hosting service. |
class |
FORUMSlibreCredentials
Credentials for use with hosted services on the FORUMS libre website, a free embeddable forum hosting service. |
class |
LIVECHATlibreCredentials
Credentials for use with hosted services on the LIVE CHAT libre website, a free live chat, chatrooms, forum, and chat bots that learn. |
class |
PaphusCredentials
Credentials for use with hosted services on the Paphus Live Chat website, a commercial live chat, chatroom, forum, and chat bot, hosting service. |
Methods in org.botlibre.sdk that return Credentials | |
---|---|
Credentials |
SDKConnection.getCredentials()
Return the current application credentials. |
Credentials |
LiveChatConnection.getCredentials()
Return the current application credentials. |
Methods in org.botlibre.sdk with parameters of type Credentials | |
---|---|
void |
SDKConnection.setCredentials(Credentials credentials)
Set the application credentials. |
Constructors in org.botlibre.sdk with parameters of type Credentials | |
---|---|
LiveChatConnection(Credentials credentials,
LiveChatListener listener)
Create a new connection with the application credentials and the listener. |
|
SDKConnection(Credentials credentials)
Create an SDK connection with the credentials. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |