RcsTransport 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供存取豐富通訊服務 (RCS) 傳輸的功能。
public ref class RcsTransport 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 RcsTransport 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 sealed class RcsTransport
Public NotInheritable Class RcsTransport
- 繼承
- 屬性
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
|
備註
呼叫 RcsManager.GetTransportAsync 或 RcsManager.GetTransportsAsync 以取得這個類別的實例。
屬性
Configuration |
取得描述傳輸設定的組態物件。 |
ExtendedProperties |
取得服務提供者組態值的擴充性名稱/值組。 |
IsActive |
取得布林值,指出傳輸是否為使用中。 |
TransportFriendlyName |
取得傳輸的易記名稱。 |
TransportId |
取得裝置上唯一傳輸的識別碼。 |
方法
IsServiceKindSupported(RcsServiceKind) |
取得布林值,指出是否支援指定的服務種類,例如聊天、群組聊天、檔案傳輸等等。 |
IsStoreAndForwardEnabled(RcsServiceKind) |
取得布林值,指出指定的服務種類是否支援儲存和轉寄功能。 |
事件
ServiceKindSupportedChanged |
發生于服務功能變更時。 |