|
81 | 81 | <TabViewItem.view> |
82 | 82 | <ScrollView> |
83 | 83 | <GridLayout columns="*, *" |
84 | | - rows="auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto" |
| 84 | + rows="auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto" |
85 | 85 | horizontalAlignment="stretch" |
86 | 86 | class="tab-content"> |
87 | 87 |
|
|
169 | 169 |
|
170 | 170 | <Label row="30" colSpan="2" text="Analytics" class="subtitle"/> |
171 | 171 |
|
172 | | - <Button row="31" col="0" text="log event" tap="{{ doLogAnalyticsEvent }}" class="button button-analytics"/> |
173 | | - <Button row="31" col="1" text="set user property" tap="{{ doSetAnalyticsUserProperty }}" class="button button-analytics"/> |
| 172 | + <Button row="31" col="0" text="collection on" tap="{{ doEnableAnalytics }}" class="button button-analytics"/> |
| 173 | + <Button row="31" col="1" text="collection off" tap="{{ doDisableAnalytics }}" class="button button-analytics"/> |
174 | 174 |
|
175 | | - <Button row="32" col="0" text="set Screen A" tap="{{ doSetScreenNameA }}" class="button button-analytics"/> |
176 | | - <Button row="32" col="1" text="set Screen B" tap="{{ doSetScreenNameB }}" class="button button-analytics"/> |
| 175 | + <Button row="32" col="0" text="log event" tap="{{ doLogAnalyticsEvent }}" class="button button-analytics"/> |
| 176 | + <Button row="32" col="1" text="set user property" tap="{{ doSetAnalyticsUserProperty }}" class="button button-analytics"/> |
177 | 177 |
|
178 | | - <Label row="33" colSpan="2" text="AdMob" class="subtitle"/> |
| 178 | + <Button row="33" col="0" text="set Screen A" tap="{{ doSetScreenNameA }}" class="button button-analytics"/> |
| 179 | + <Button row="33" col="1" text="set Screen B" tap="{{ doSetScreenNameB }}" class="button button-analytics"/> |
179 | 180 |
|
180 | | - <Button row="34" col="0" text="show banner" tap="{{ doShowAdMobBanner }}" class="button button-admob"/> |
181 | | - <Button row="34" col="1" text="show interstitial" tap="{{ doShowAdMobInterstitial }}" class="button button-admob"/> |
| 181 | + <Label row="34" colSpan="2" text="AdMob" class="subtitle"/> |
182 | 182 |
|
183 | | - <Button row="35" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
| 183 | + <Button row="35" col="0" text="show banner" tap="{{ doShowAdMobBanner }}" class="button button-admob"/> |
| 184 | + <Button row="35" col="1" text="show interstitial" tap="{{ doShowAdMobInterstitial }}" class="button button-admob"/> |
184 | 185 |
|
185 | | - <Label row="36" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
| 186 | + <Button row="36" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
186 | 187 |
|
187 | | - <Button row="37" col="0" text="add push handlers" tap="{{ messaging.doRegisterPushHandlers }}" class="button button-messaging"/> |
188 | | - <Button row="37" col="1" text="get current token" tap="{{ messaging.doGetCurrentPushToken }}" class="button button-messaging"/> |
| 188 | + <Label row="37" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
189 | 189 |
|
190 | | - <Button row="38" col="0" text="topic subscribe" tap="{{ messaging.doSubscribeToTopic }}" class="button button-messaging"/> |
191 | | - <Button row="38" col="1" text="topic unsubscribe" tap="{{ messaging.doUnsubscribeFromTopic }}" class="button button-messaging"/> |
| 190 | + <Button row="38" col="0" text="add push handlers" tap="{{ messaging.doRegisterPushHandlers }}" class="button button-messaging"/> |
| 191 | + <Button row="38" col="1" text="get current token" tap="{{ messaging.doGetCurrentPushToken }}" class="button button-messaging"/> |
| 192 | + |
| 193 | + <Button row="39" col="0" text="topic subscribe" tap="{{ messaging.doSubscribeToTopic }}" class="button button-messaging"/> |
| 194 | + <Button row="39" col="1" text="topic unsubscribe" tap="{{ messaging.doUnsubscribeFromTopic }}" class="button button-messaging"/> |
192 | 195 | <iOS> |
193 | | - <Button row="39" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
| 196 | + <Button row="40" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
194 | 197 | </iOS> |
195 | | - <Button row="40" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
| 198 | + <Button row="41" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
196 | 199 | <!-- <Button row="39" col="1" text="topic unsubscribe" tap="{{ doUnsubscribeFromTopic }}" class="button button-messaging"/> --> |
197 | 200 |
|
198 | | - <Label row="41" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
| 201 | + <Label row="42" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
199 | 202 |
|
200 | | - <Button row="42" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
| 203 | + <Button row="43" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
201 | 204 | <iOS> |
202 | | - <Button row="42" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
| 205 | + <Button row="43" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
203 | 206 | </iOS> |
204 | 207 | <Android> |
205 | | - <Button row="42" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
| 208 | + <Button row="43" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
206 | 209 | </Android> |
207 | 210 |
|
208 | | - <Label row="43" colSpan="2" text="Firebase Invites" class="subtitle"/> |
209 | | - <Button row="44" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
210 | | - <Button row="44" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
| 211 | + <Label row="44" colSpan="2" text="Firebase Invites" class="subtitle"/> |
| 212 | + <Button row="45" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
| 213 | + <Button row="45" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
211 | 214 | </GridLayout> |
212 | 215 |
|
213 | 216 | </ScrollView> |
|
0 commit comments