MediaControlsTriggerDetails 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示轉譯通知所需的所有資料,指出手機上的媒體播放狀態已變更。
public ref class MediaControlsTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class MediaControlsTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class MediaControlsTriggerDetails
Public NotInheritable Class MediaControlsTriggerDetails
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Phone.PhoneContract (已於 v1.0 引進)
|
應用程式功能 |
accessoryManager
|
備註
觸發程式詳細資料只包含通知資料。 它們不包含通知應如何顯示的任何資訊。
呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。
屬性
AccessoryNotificationType |
指定收到的通知類型。 針對媒體通知,此值為 AccessoryNotificationType.Media。 |
AppDisplayName |
產生通知之應用程式的顯示名稱。 |
AppId |
產生通知之應用程式的實例識別碼。 |
MediaMetadata |
MediaMetadata物件,其中包含媒體的其他資訊。 |
PlaybackStatus |
對應媒體的目前播放狀態。 |
StartedProcessing |
指定配件是否已開始處理通知。 |
TimeCreated |
建立通知的日期和時間。 |