Search Results for

    Show / Hide Table of Contents

    Interface IPhoneCall

    Represents a phone call at any state

    Namespace: Simplic.Framework.PhoneInterface
    Assembly: Simplic.Framework.dll
    Syntax
    public interface IPhoneCall

    Properties

    | Improve this Doc View Source

    Begin

    Gets or sets the begin datetime

    Declaration
    DateTime Begin { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CallerInstanceDataGuid

    Gets or sets the caller instance data guid

    Declaration
    Guid CallerInstanceDataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    CallerName

    Gets or sets the caller name

    Declaration
    string CallerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CallType

    Gets or sets the call type

    Declaration
    CallType CallType { get; set; }
    Property Value
    Type Description
    CallType
    | Improve this Doc View Source

    End

    Gets sets the end datetime

    Declaration
    DateTime End { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Id

    Gets or sets the id of the call

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Number

    Gets or sets the phone number

    Declaration
    string Number { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UICreated

    Gets or sets whether the phone ui was created or not

    Declaration
    bool UICreated { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Accept()

    Accept an incomming call

    Declaration
    void Accept()
    | Improve this Doc View Source

    ContactResolved()

    Will be called when the contact is resolved

    Declaration
    void ContactResolved()
    | Improve this Doc View Source

    Disconnect()

    Disconnect an active call

    Declaration
    void Disconnect()

    Events

    | Improve this Doc View Source

    CallDisconnectedHandler

    Call is disconnected

    Declaration
    event CallStateChanged CallDisconnectedHandler
    Event Type
    Type Description
    CallStateChanged
    | Improve this Doc View Source

    CallerContactChanged

    Contact resolving is finished

    Declaration
    event CallStateChanged CallerContactChanged
    Event Type
    Type Description
    CallStateChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx