提供: Bright Pattern Documentation
• English
お気に入り
AgentPlaceの以下のメソッドは、ログインしているユーザーのお気に入りリストに連絡先を追加するために使用されます。
public Favorite addToFavorites(string name, string number);
お気に入りリストは、エージェントのログイン後、AgentPlaceの以下のプロパティで参照できます:
public SortedDictionary<string, Favorite> favorites;
AgentPlaceの以下のメソッドは、お気に入りリストから連絡先を削除するために使用されます:
public ResultCode removeFromFavorites(string number);