- Installation
- Push Notification
- Customization
- Rest API
- API Reference
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Conversation
- Chat
- start()
- startWithTrigger()
- setWaitingTime()
- get()
- setTitle()
- setLanguage()
- setDepartment()
- setOperatorEmail()
- setVisibility()
- showOperatorImageInLauncher()
- setVisibility(MbedableComponent)
- showOfflineMessage()
- getList()
- open()
- endSession()
- fetchAttenderImage()
- setListener()
- getDepartments()
- showFeedbackAfterSkip()
- hideQueueTime()
- show()
- Chat Actions
- Calls
- Logger
- Visitor
- Visitor Tracking
- Notification
- Conversation
- Knowledge Base
- FAQ
- SDK 2.x, 3.x
- SDK 1.x
- Download Sample App
- Release Notes
- Additional Features
Calls Class
Note: These classes are supported from version 8.1.0-beta01.
SalesIQCallState
A data class representing the state of a call in the SalesIQ SDK.
Constructor
Copied
data class SalesIQCallState(
val status: SalesIQCallStatus,
val isIncomingCall: Boolean?
)
Parameter:
- status (SalesIQCallStatus): Represents the current call status, derived from the SalesIQCallStatus enum (e.g., CONNECTED, CALLING, RINGING, etc.).
- isIncomingCall (Boolean?): Identifies whether the call is incoming. Returns:
- true – Incoming call
- false – Outgoing call
- null – Status unknown
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.