Package com.bandyer.android_sdk.intent.call

Types

Link copied to clipboard
interface Call

Call interface that represents an incoming or outgoing call abstraction.

Link copied to clipboard
enum CallDisplayMode : Enum<CallDisplayMode>

Represent the call UI display mode

Link copied to clipboard
open class CallIntentBuilder

Call Intent Builder used to define the call properties

Link copied to clipboard
data class CallOptions @JvmOverloads constructor(    var callRecordingType: CallRecordingType = CallRecordingType.NONE,     var backCameraAsDefault: Boolean = false,     var disableProximitySensor: Boolean = false,     val autoAnswer: Boolean = false,     var feedbackEnabled: Boolean = false) : CallOptionSet

Call options

Link copied to clipboard
enum CallRecordingState : Enum<CallRecordingState> , Parcelable

Recording Status

Link copied to clipboard
enum CallRecordingType : Enum<CallRecordingType> , Parcelable

A RecordingType can be Automatic, OnDemand, or Never.

Link copied to clipboard
interface ConfigurableCall : Call

Call interface that represents an incoming or outgoing call abstraction which configuration can be set and updated.

Link copied to clipboard
interface IncomingCall : Call

IncomingCall received