BroadcastInfoResponseResult 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 BroadcastInfoResponseResult
type BroadcastInfoResponseResult =
- Inheritance
-
BroadcastInfoResponseResult
Fields
| Name | Value | Description |
|---|---|---|
| Error | 1 | Response result: error. This means the request can not be set up successfully. 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. |
| Ok | 2 | Response result: OK. This means the request is set up successfully and the related responses are normal responses. 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. |
| Cancel | 3 | Response result: cancel. This means the request has been cancelled. 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. |