| java.lang.Object |
| ↳ |
com.glia.androidsdk.SiteApiKey |
Class Overview
Configurations used for configuring the Glia SDK with site API Key
Summary
| Public Constructors |
|
|
SiteApiKey(String id, String secret)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
SiteApiKey
(String id, String secret)
Parameters
| id |
The site API Key ID |
| secret |
The site API Key secret
|
Public Methods
public
String
getSecret
()