Skip navigation links
Oracle® Live Experience Android API Reference
E80934-03
A C G H I L N O P R S V 

A

attemptFaceMatchWhenVerifyingIdentity - Variable in class oracle.live.api.Settings
If true, we ask Jumio to attempt a face match when running ID Verification calls.

C

ClientInfo - Class in oracle.live.api
Contains the client information of the client device which receives in-app call.
ClientInfo() - Constructor for class oracle.live.api.ClientInfo
Client information constructor.
ClientInfo(String, String, String, String) - Constructor for class oracle.live.api.ClientInfo
Client information constructor.
CommunicationFragment - Class in oracle.live.api
CommunicationFragment is an entrance for application to work with Live experience cloud.
CommunicationFragment() - Constructor for class oracle.live.api.CommunicationFragment
 
contextAttributes - Static variable in class oracle.live.api.CommunicationFragment
End user context attribute settings.
ContextAttributes - Class in oracle.live.api
A mechanism to provide optional data about the user. The CommunicationFragment has an static instance of this class as a member.
ContextAttributes() - Constructor for class oracle.live.api.ContextAttributes
 

G

get(String) - Method in class oracle.live.api.ContextAttributes
Get context attribute value for the given key.
getAddress() - Method in class oracle.live.api.Service
Get cloud service address, like "live.oraclecloud.com".
getApplicationId() - Method in class oracle.live.api.ClientInfo
Get application id.
getApplicationID() - Method in class oracle.live.api.Service
Get the application id.
getAuthToken() - Method in class oracle.live.api.Service
Get authentication token.
getDeviceToken() - Method in class oracle.live.api.ClientInfo
Get device token.
getEventType() - Method in interface oracle.live.api.NotificationPayload
Get notification event type.
getKycScanReference() - Method in class oracle.live.api.Service
Get the KYC transaction reference from the last scan.
getLanguage() - Method in class oracle.live.api.Service
Get the application language.
getPhoneNumber() - Method in class oracle.live.api.ClientInfo
Get user name.
getSkipRecordingPermissionRequest() - Method in class oracle.live.api.Service
Get the flag that determines whether to skip the recording permission request.
getTenantID() - Method in class oracle.live.api.Service
Get tenant.
getTenantKey() - Method in class oracle.live.api.ClientInfo
Get tenant key.
getUserID() - Method in class oracle.live.api.Service
Get the end user id.

H

hideEndCallButton - Variable in class oracle.live.api.Settings
If true, the end call button is hidden from the end user.
hidePauseButton - Variable in class oracle.live.api.Settings
If true, the pause button is hidden from the end user.
hideQueueLengthIndicator - Variable in class oracle.live.api.Settings
If true, the queue length indicator is hidden from the end user.

I

IS_IN_APP_CALL_RINGING - Static variable in class oracle.live.api.CommunicationFragment
If it's the in-app call ringing.

L

LIVE_CANCELED - Static variable in class oracle.live.api.NotificationPayload.EventType
Session is cancelled before it is started.
LIVE_CONNECTED - Static variable in class oracle.live.api.NotificationPayload.EventType
The session has been connected.
LIVE_CONNECTING - Static variable in class oracle.live.api.NotificationPayload.EventType
The session is connecting.
LIVE_ENDED - Static variable in class oracle.live.api.NotificationPayload.EventType
The session has ended normally.
LIVE_ERROR - Static variable in class oracle.live.api.NotificationPayload.EventType
The session has ended due to error.
LIVE_VERIFICATION_CANCELED - Static variable in class oracle.live.api.NotificationPayload.EventType
The KYC verification is canceled.
LIVE_VERIFICATION_COMPLETE - Static variable in class oracle.live.api.NotificationPayload.EventType
The KYC verification is complete.
LIVE_VERIFICATION_FAILED - Static variable in class oracle.live.api.NotificationPayload.EventType
The KYC verification is failed.
LIVE_VERIFICATION_INCOMPLETE - Static variable in class oracle.live.api.NotificationPayload.EventType
The KYC verification is incomplete.

N

newInstance() - Static method in class oracle.live.api.CommunicationFragment
Create new CommunicationFragment instance.
notification(NotificationPayload) - Method in interface oracle.live.api.NotificationHandler
The Notification callback when event happens.
NotificationHandler - Interface in oracle.live.api
Notification handler interface which can be implemented by application.
NotificationPayload - Interface in oracle.live.api
Contains the contents of the notification payload.
NotificationPayload.EventType - Class in oracle.live.api
Session State event enumeration.

O

oracle.live.api - package oracle.live.api
 

P

PERMISSION_SCREEN_CAPTURE - Static variable in class oracle.live.api.CommunicationFragment
Screen capture request code.

R

remove(String) - Method in class oracle.live.api.ContextAttributes
Remove a certain context attribute.

S

service - Static variable in class oracle.live.api.CommunicationFragment
Service settings.
Service - Class in oracle.live.api
Maintains service data for the configuration. The CommunicationFragment has an static instance of this class as a member.
Service() - Constructor for class oracle.live.api.Service
 
set(String, String) - Method in class oracle.live.api.ContextAttributes
Set context attribute.
setAddress(String) - Method in class oracle.live.api.Service
Set cloud service address, like "live.oraclecloud.com".
setApplicationId(String) - Method in class oracle.live.api.ClientInfo
Set application id.
setApplicationID(String) - Method in class oracle.live.api.Service
Deprecated.
setAuthToken(String) - Method in class oracle.live.api.Service
Set authentication token.
setClientID(String) - Method in class oracle.live.api.Service
Set client id/application id.
setClientInfo(ClientInfo, Context) - Static method in class oracle.live.api.CommunicationFragment
Set client information.
setDeviceToken(String) - Method in class oracle.live.api.ClientInfo
Set device token.
setKycScanReference(String) - Method in class oracle.live.api.Service
Set the KYC transaction reference to the specified value.
setLanguage(String) - Method in class oracle.live.api.Service
Set application language.
setMeetingURL(String) - Static method in class oracle.live.api.CommunicationFragment
Set meeting URL for a meeting call.
setNotificationContent(Map, Context, Class) - Static method in class oracle.live.api.CommunicationFragment
Set in-app call content.
setObserver(ContextAttributeObserver) - Method in class oracle.live.api.ContextAttributes
Set notification observer.
setPhoneNumber(String) - Method in class oracle.live.api.ClientInfo
Set phone number.
setScreenCaptureIntent(Intent) - Static method in class oracle.live.api.CommunicationFragment
Set screen capture permission result.
If end user allows the application to capture screen, the application will get screen capture result intent by following Android API.
setSkipRecordingPermissionRequest(Boolean) - Method in class oracle.live.api.Service
Set to skip the recording permission request.
setTenantID(String) - Method in class oracle.live.api.Service
Set tenant key.
setTenantKey(String) - Method in class oracle.live.api.ClientInfo
Set tenant key.
settings - Static variable in class oracle.live.api.CommunicationFragment
Component UI behavior settings.
Settings - Class in oracle.live.api
Maintains configuration flags for the component. The CommunicationFragment has an static instance of this class as a member.
Settings() - Constructor for class oracle.live.api.Settings
 
setUserID(String) - Method in class oracle.live.api.Service
Set end user id.
startCallDirectly - Variable in class oracle.live.api.Settings
If true, the call will be connected automatically.
startCallWithLoudSpeaker - Variable in class oracle.live.api.Settings
If true, audio will be played through loud speaker when call is started.
startVideoInFullScreen - Variable in class oracle.live.api.Settings
If true, video is shown in full screen mode when call is started.
startVideoWithFrontCamera - Variable in class oracle.live.api.Settings
If true, video is displayed from the front camera when video preview first shows up.

V

valueOf(String) - Static method in class oracle.live.api.NotificationPayload.EventType
 
values() - Static method in class oracle.live.api.NotificationPayload.EventType
 
A C G H I L N O P R S V 
Skip navigation links
Oracle® Live Experience Android API Reference
E80934-03

Copyright © 2023, Oracle and/or its affiliates. All rights reserved.