public class Service extends Object
CommunicationFragment.service.setAddress("Cloud_server_address");
CommunicationFragment.service.setUserID("Your_user_id");
CommunicationFragment.service.setTenantID("Your_tenant_key");
CommunicationFragment.service.setAuthToken("Your_auth_token");
CommunicationFragment.service.setLanguage("Your_locale");
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get cloud service address, like "live.oraclecloud.com".
|
String |
getApplicationID()
Get the application id.
|
String |
getAuthToken()
Get authentication token.
|
String |
getKycScanReference()
Get the KYC transaction reference from the last scan.
|
String |
getLanguage()
Get the application language.
|
Boolean |
getSkipRecordingPermissionRequest()
Get the flag that determines whether to skip the recording permission request.
|
String |
getTenantID()
Get tenant.
|
String |
getUserID()
Get the end user id.
|
void |
setAddress(String address)
Set cloud service address, like "live.oraclecloud.com".
|
void |
setApplicationID(String applicationID)
Deprecated.
|
void |
setAuthToken(String token)
Set authentication token.
|
void |
setClientID(String applicationID)
Set client id/application id.
|
void |
setKycScanReference(String scanRef)
Set the KYC transaction reference to the specified value.
|
void |
setLanguage(String language)
Set application language.
|
void |
setSkipRecordingPermissionRequest(Boolean skip)
Set to skip the recording permission request.
|
void |
setTenantID(String tenantID)
Set tenant key.
|
void |
setUserID(String userID)
Set end user id.
|
public void setUserID(String userID)
userID
- user idpublic String getUserID()
public void setTenantID(String tenantID)
tenantID
- the tenant keypublic String getTenantID()
public String getAddress()
public void setAddress(String address)
address
- cloud service addresspublic String getKycScanReference()
public void setKycScanReference(String scanRef)
scanRef
- The scan reference to setpublic Boolean getSkipRecordingPermissionRequest()
public void setSkipRecordingPermissionRequest(Boolean skip)
skip
- set to true to skip the recording permission request, false otherwise.public void setAuthToken(String token)
token
- auth tokenpublic String getAuthToken()
@Deprecated public void setApplicationID(String applicationID)
applicationID
- application idpublic void setClientID(String applicationID)
applicationID
- application idpublic String getApplicationID()
public void setLanguage(String language)
language
- languagepublic String getLanguage()