Boostlingo Android SDK
Boostlingo Android SDK
/
com.boostlingo.android
/
InterpreterInfo
Interpreter
Info
public
final
class
InterpreterInfo
Content copied to clipboard
InterpreterInfo
instances encapsulate information about the call interpreter.
Functions
Properties
Functions
get
Company
Name
Link copied to clipboard
public
final
String
getCompanyName
(
)
Content copied to clipboard
get
First
Name
Link copied to clipboard
public
final
String
getFirstName
(
)
Content copied to clipboard
get
Image
Info
Link copied to clipboard
public
final
ImageInfo
getImageInfo
(
)
Content copied to clipboard
get
Last
Name
Link copied to clipboard
public
final
String
getLastName
(
)
Content copied to clipboard
get
Rating
Link copied to clipboard
public
final
Double
getRating
(
)
Content copied to clipboard
get
Required
Name
Link copied to clipboard
public
final
String
getRequiredName
(
)
Content copied to clipboard
get
User
Account
Id
Link copied to clipboard
public
final
Integer
getUserAccountId
(
)
Content copied to clipboard
Properties
company
Name
Link copied to clipboard
private
final
String
companyName
Content copied to clipboard
first
Name
Link copied to clipboard
private
final
String
firstName
Content copied to clipboard
image
Info
Link copied to clipboard
private
final
ImageInfo
imageInfo
Content copied to clipboard
last
Name
Link copied to clipboard
private
final
String
lastName
Content copied to clipboard
rating
Link copied to clipboard
private
final
Double
rating
Content copied to clipboard
required
Name
Link copied to clipboard
private
final
String
requiredName
Content copied to clipboard
user
Account
Id
Link copied to clipboard
private
final
Integer
userAccountId
Content copied to clipboard