Android.Bluetooth.BluetoothA2dp.ActionPlayingStateChanged Field
Intent used to broadcast the change in the Playing state of the A2DP profile.

Syntax

[Android.Runtime.Register("ACTION_PLAYING_STATE_CHANGED")]
public const string ActionPlayingStateChanged

Remarks

Intent used to broadcast the change in the Playing state of the A2DP profile.

This intent will have 3 extras:

BluetoothProfile.ExtraState or BluetoothProfile.ExtraPreviousState can be any of BluetoothA2dp.StatePlaying, BluetoothA2dp.StateNotPlaying,

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission to receive.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11