JavaScript is disabled on your browser.
Twilio Common Android SDK
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
O
R
S
T
U
C
com.twilio.common
- package com.twilio.common
createAccessManager(String, TwilioAccessManagerListener)
- Static method in class com.twilio.common.
TwilioAccessManagerFactory
Creates a new Access Manager instance initialized with the specified token.
G
getExpirationDate()
- Method in interface com.twilio.common.
TwilioAccessManager
Obtains the expiration date for the current client token.
getIdentity()
- Method in interface com.twilio.common.
TwilioAccessManager
Returns the identity associated with the current client token.
getListeners()
- Method in interface com.twilio.common.
TwilioAccessManager
Obtains the TwilioAccessManagerListener list for this TwilioAccessManager.
getToken()
- Method in interface com.twilio.common.
TwilioAccessManager
Returns the current client token being used by this Twilio Access Manager instance.
I
isExpired()
- Method in interface com.twilio.common.
TwilioAccessManager
Determines whether the current client token is past its expiration time.
O
onAccessManagerTokenExpire(TwilioAccessManager)
- Method in interface com.twilio.common.
TwilioAccessManagerListener
Called when the associated client token has expired.
onError(TwilioAccessManager, String)
- Method in interface com.twilio.common.
TwilioAccessManagerListener
Called when the Access Manager encounters an error.
onTokenUpdated(TwilioAccessManager)
- Method in interface com.twilio.common.
TwilioAccessManagerListener
Called when the associated client token has updated.
R
removeListener(TwilioAccessManagerListener)
- Method in interface com.twilio.common.
TwilioAccessManager
Removes A TwilioAccessManagerListener for this TwilioAccessManager.
S
setListener(TwilioAccessManagerListener)
- Method in interface com.twilio.common.
TwilioAccessManager
Sets the TwilioAccessManagerListener for this TwilioAccessManager.
T
TwilioAccessManager
- Interface in
com.twilio.common
TwilioAccessManagerFactory
- Class in
com.twilio.common
TwilioAccessManagerFactory()
- Constructor for class com.twilio.common.
TwilioAccessManagerFactory
TwilioAccessManagerListener
- Interface in
com.twilio.common
U
updateToken(String)
- Method in interface com.twilio.common.
TwilioAccessManager
Updates the client token for consumers of this Access Manager instance.
C
G
I
O
R
S
T
U
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes