Package zendesk.android
Object Zendesk.Companion
-
- All Implemented Interfaces:
public class Zendesk.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private ZendeskAuthenticationDelegate
authenticationDelegate
private final Zendesk
instance
public final static Zendesk.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final ZendeskAuthenticationDelegate
getAuthenticationDelegate()
A delegate that gets notified about failed requests due to invalid credentials. final Unit
setAuthenticationDelegate(ZendeskAuthenticationDelegate authenticationDelegate)
A delegate that gets notified about failed requests due to invalid credentials. final Zendesk
getInstance()
-
-
Method Detail
-
getAuthenticationDelegate
final ZendeskAuthenticationDelegate getAuthenticationDelegate()
A delegate that gets notified about failed requests due to invalid credentials.
-
setAuthenticationDelegate
final Unit setAuthenticationDelegate(ZendeskAuthenticationDelegate authenticationDelegate)
A delegate that gets notified about failed requests due to invalid credentials.
-
getInstance
final Zendesk getInstance()
-
-
-
-