BroadcastInfoRequestOption 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 BroadcastInfoRequestOption
type BroadcastInfoRequestOption =
- Inheritance
-
BroadcastInfoRequestOption
Fields
| Name | Value | Description |
|---|---|---|
| Repeat | 0 | Request option: repeat. With this option, a response is sent when related broadcast information is detected, even if the same information has been sent previously. 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. |
| AutoUpdate | 1 | Request option: auto update. With this option, a response is sent only when broadcast information is detected for the first time, new values are detected. 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. |
| Oneway | 2 | Request option: one-way With this option, no response is expected after sending the request. 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. |
| Oneshot | 3 | Request option: one-shot With this option, only one response will be given per request. 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. |