提供: Bright Pattern Documentation
• 日本語

Revision as of 02:46, 23 September 2026 by BpTranslationReview (talk | contribs) (Reviewed via BpTranslationReview)

< 前へ | 次へ >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
移動先: 案内、 検索
• English

お気に入り

AgentPlaceの以下のメソッドは、ログインしているユーザーのお気に入りリストに連絡先を追加するために使用されます。

public Favorite addToFavorites(string name, string number);


お気に入りリストは、エージェントのログイン後、AgentPlaceの以下のプロパティで参照できます:

public SortedDictionary<string, Favorite> favorites;


AgentPlaceの以下のメソッドは、お気に入りリストから連絡先を削除するために使用されます:

public ResultCode removeFromFavorites(string number);

< 前へ | 次へ >