次の方法で共有


ChatCapabilitiesManager クラス

定義

チャット機能を取得するための機能を提供します。

public ref class ChatCapabilitiesManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChatCapabilitiesManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ChatCapabilitiesManager
Public Class ChatCapabilitiesManager
継承
Object Platform::Object IInspectable ChatCapabilitiesManager
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
chat chatSystem smsSend

注釈

このクラスのインスタンス を取得するには、GetCachedCapabilitiesAsync メソッドまたは GetCapabilitiesFromNetworkAsync メソッドを呼び出します。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1809 17763 GetCachedCapabilitiesAsync(String,String)
1809 17763 GetCapabilitiesFromNetworkAsync(String,String)

メソッド

GetCachedCapabilitiesAsync(String)

指定した電話番号に対して、ローカルにキャッシュされたリッチ コミュニケーション サービス (RCS) チャット機能を非同期的に取得します。

GetCachedCapabilitiesAsync(String, String)

指定した RcsTransport TransportId を介して、指定した電話番号のローカルにキャッシュされたリッチ コミュニケーション サービス (RCS) チャット機能を非同期的に取得します。

GetCapabilitiesFromNetworkAsync(String)

指定した電話番号のリッチ コミュニケーション サービス (RCS) チャット機能をサービス プロバイダーから非同期に取得します。

GetCapabilitiesFromNetworkAsync(String, String)

指定した RcsTransport TransportId を介して、指定した電話番号のリッチ コミュニケーション サービス (RCS) チャット機能をサービス プロバイダーから非同期に取得します。

適用対象