VoipChannelItem

open class VoipChannelItem : Item, Cloneable

Channel for each ContactGroup

Constructors

Link copied to clipboard
open fun VoipChannelItem()
Link copied to clipboard
open fun VoipChannelItem(@NonNull cursor: Cursor)

Properties

Link copied to clipboard
val CHANNEL_ACTIVE: Int
Link copied to clipboard
val CHANNEL_INACTIVE: Int

Functions

Link copied to clipboard
open fun _setActiveChannel(activeChannel: Int)
Link copied to clipboard
open fun _setChannelSessionId(channelSessionId: Long)
Link copied to clipboard
open fun _setFavoriteChannel(favoriteChannel: Int)
Link copied to clipboard
open fun _setId(@NonNull id: String)
Link copied to clipboard
open fun _setLastActivationEndDate(@Nullable lastActivationEndDate: String)
Link copied to clipboard
open fun _setLastActivationStartDate(@Nullable lastActivationStartDate: String)
Link copied to clipboard
open fun _setMultiChannelLevel(multiChannelLevel: Long)
Link copied to clipboard
open fun _setVisitorChannel(visitorChannel: Int)
Link copied to clipboard
open fun clone(): VoipChannelItem
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getActiveChannel(): Int
Link copied to clipboard
open fun getChannelSessionId(): Long
Link copied to clipboard
open fun getFavoriteChannel(): Int
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getIsVisitorChannel(): Int
Link copied to clipboard
open fun getLastActivationEndDate(): String
Link copied to clipboard
open fun getLastActivationStartDate(): String
Link copied to clipboard
open fun getMultiChannelLevel(): Long
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String