D2DSharing Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum D2DSharing
type D2DSharing =
- Inheritance
-
D2DSharing
Fields
| Name | Value | Description |
|---|---|---|
| Disabled | 0 | Device status is not shared to a remote party. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| AllContacts | 1 | Device status is shared with all numbers in the user's contacts. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SelectedContacts | 2 | Device status is shared with all selected contacts. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| All | 3 | Device status is shared whenever possible. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |