From Bright Pattern Documentation
< 3.14:Desktop-integration-api-net-version-tutorial
Revision as of 23:21, 23 February 2017 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:Favorites:3.13)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Favorites

The following method from AgentPlace is used to add a contact to the favorites list of the logged user:

public Favorite addToFavorites(string name, string number);


The list of favorites is available in the following property in AgentPlace after agent login:

public SortedDictionary<string, Favorite> favorites;


The following method from AgentPlace is used to remove a contact from the favorites list:

public ResultCode removeFromFavorites(string number);


< Previous | Next >
< Previous | Next >