Manages the interactions.
| C# | Visual Basic | Visual C++ |
public interface IInteractionManager
Public Interface IInteractionManager
public interface class IInteractionManager
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| CaseClosed |
Occurs when a case is closed.
| |
| CaseCreated |
Occurs when a new case is created.
| |
| Cases |
Gets the cases.
| |
| CloseCase(String) |
Closes the case and all the interactions that it contains.
| |
| CloseInteraction(String) |
Closes the interaction.
| |
| GetCaseById(String) |
Gets the case by id.
| |
| GetInteractionByEntrepriseId(String) |
Gets the interaction by its Enterprise SDK id.
| |
| GetInteractionById(String) |
Gets the interaction by id.
| |
| Initialize(IEnterpriseServiceProvider) |
Initializes the specified entreprise service.
| |
| InteractionClosed |
Occurs when an interaction is closed.
| |
| InteractionCreated |
Occurs when an interaction is created.
| |
| InteractionEvent |
Occurs when an interaction event is dispatched.
| |
| Interactions |
Gets the interactions.
| |
| IsInitialized |
Gets a value indicating whether this instance is initialized.
| |
| Register(IMedia) |
Registers the specified media.
| |
| Release()()() |
Releases this instance.
| |
| Unregister(IMedia) |
Unregisters the specified media.
|