DeclinedCallResult
ChatKitty React Native / Exports / DeclinedCallResult
Class: DeclinedCallResult
Hierarchy
↳
DeclinedCallResult
Table of contents
Constructors
Properties
Constructors
constructor
• new DeclinedCallResult(call
)
Parameters
Name | Type |
---|---|
call | CallProperties |
Overrides
ChatKittySucceededResult.constructor
Defined in
Properties
call
• call: CallProperties
cancelled
• cancelled: boolean
= false
Inherited from
ChatKittySucceededResult.cancelled
Defined in
failed
• failed: boolean
= false
Inherited from
ChatKittySucceededResult.failed
Defined in
succeeded
• succeeded: boolean
= true
Inherited from
ChatKittySucceededResult.succeeded