public class

SiteApiKey

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.SiteApiKey

Class Overview

Configurations used for configuring the Glia SDK with site API Key

See Also

Summary

Public Constructors
SiteApiKey(String id, String secret)
Public Methods
String getId()
String getSecret()
[Expand]
Inherited Methods
From class java.lang.Object

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 getId ()

public String getSecret ()