| Package | Description |
|---|---|
| net.bluemind.cti.api | |
| net.bluemind.cti.service | |
| net.bluemind.cti.service.internal |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.create(Status.Type type,
Status.PhoneState phoneState,
java.lang.String message) |
static Status |
Status.create(Status.Type type,
java.lang.String message) |
Status |
IComputerTelephonyIntegration.getStatus()
Retrieve user phone status
|
static Status |
Status.unexisting() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<Status> |
IComputerTelephonyIntegrationPromise.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
IComputerTelephonyIntegrationPromise.setStatus(java.lang.String component,
Status status) |
void |
IComputerTelephonyIntegration.setStatus(java.lang.String component,
Status status)
Set phone status for a component
|
void |
IComputerTelephonyIntegrationAsync.setStatus(java.lang.String component,
Status status,
AsyncHandler<java.lang.Void> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
IComputerTelephonyIntegrationAsync.getStatus(AsyncHandler<Status> handler) |
| Modifier and Type | Method and Description |
|---|---|
Status |
ComputerTelephonyIntegration.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComputerTelephonyIntegration.setStatus(java.lang.String component,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
CTIStatusManager.getStatus(java.lang.String domainUid,
java.lang.String uid) |
Status |
CTIStatusManager.updateStatus(java.lang.String domainUid,
java.lang.String uid,
java.lang.String component,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
CTIStatusManager.updateStatus(java.lang.String domainUid,
java.lang.String uid,
java.lang.String component,
Status status) |
Copyright © 2023. All Rights Reserved.