Lines Matching refs:button

3 …t represents a Location button that allows you to obtain temporary, precise location permissions f…
19 Creates a Location button with an icon, text, and background.
31 Creates a Location button that contains the specified elements.
43 … [LocationButtonOptions](#locationbuttonoptions) | Yes| Options for creating the Location button. |
47 Describes the icon, text, and other specific elements for the Location button.
52 …utton](#locationbutton-1) will not take effect, and the created Location button will be in the def…
60 | icon | [LocationIconStyle](#locationiconstyle) | No| Icon style of the Location button.<br>If thi…
61 | text | [LocationDescription](#locationdescription) | No| Text on the Location button.<br>If this …
62 …-basic-components-button.md#buttontype) | No| Background type of the Location button.<br>If this p…
83 | CURRENT_LOCATION | 0 | The text on the Location button is **Current location**.|
84 | ADD_LOCATION | 1 | The text on the Location button is **Add location**.|
85 | SELECT_LOCATION | 2 | The text on the Location button is **Select location**.|
86 | SHARE_LOCATION | 3 | The text on the Location button is **Share location**.|
87 | SEND_LOCATION | 4 | The text on the Location button is **Send location**.|
88 | LOCATING | 5 | The text on the Location button is **Locate**.|
89 | LOCATION | 6 | The text on the Location button is **Location**.|
90 | SEND_CURRENT_LOCATION | 7 | The text on the Location button is **Send current location**.|
91 | RELOCATION | 8 | The text on the Location button is **Relocate**.|
92 | PUNCH_IN | 9 | The text on the Location button is **Punch in**.|
93 | CURRENT_POSITION | 10 | The text on the Location button is **Current position**.|
103 | SUCCESS | 0 | The Location button is touched successfully.|
104 | TEMPORARY_AUTHORIZATION_FAILED | 1 | Temporary authorization fails after the Location button is t…
141 // Create a default Location button with an icon, text, and background.
145 …ponding to the element is specified. If buttonType is not passed in, the button uses the ButtonTyp…
147 …// Create a button with only an icon and background. If the alpha value of the most significant ei…
150 …// Create a button with an icon, text, and background. If the alpha value of the most significant …
152 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
156 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
160 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…