|
85 | 85 | <TabViewItem.view> |
86 | 86 | <ScrollView> |
87 | 87 | <GridLayout columns="*, *" |
88 | | - 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, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto" |
| 88 | + 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, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto" |
89 | 89 | horizontalAlignment="stretch" |
90 | 90 | class="tab-content"> |
91 | 91 |
|
|
190 | 190 | <Button row="36" col="0" text="preload interstitial" tap="{{ doPreloadAdMobInterstitial }}" class="button button-admob"/> |
191 | 191 | <Button row="36" col="1" text="show preloaded" tap="{{ doShowPreloadedAdMobInterstitial }}" class="button button-admob"/> |
192 | 192 |
|
193 | | - <Button row="37" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
| 193 | + <Button row="37" col="0" text="preload rewarded ad" tap="{{ doPreloadRewardedVideoAd }}" class="button button-admob"/> |
| 194 | + <Button row="37" col="1" text="show rewarded ad" tap="{{ doShowPreloadedRewardedVideoAd }}" class="button button-admob"/> |
194 | 195 |
|
195 | | - <Label row="38" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
| 196 | + <Button row="38" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
196 | 197 |
|
197 | | - <Button row="39" col="0" text="add push handlers" tap="{{ messaging.doRegisterPushHandlers }}" class="button button-messaging"/> |
198 | | - <Button row="39" col="1" text="get current token" tap="{{ messaging.doGetCurrentPushToken }}" class="button button-messaging"/> |
| 198 | + <Label row="39" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
199 | 199 |
|
200 | | - <Button row="40" col="0" text="topic subscribe" tap="{{ messaging.doSubscribeToTopic }}" class="button button-messaging"/> |
201 | | - <Button row="40" col="1" text="topic unsubscribe" tap="{{ messaging.doUnsubscribeFromTopic }}" class="button button-messaging"/> |
| 200 | + <Button row="40" col="0" text="add push handlers" tap="{{ messaging.doRegisterPushHandlers }}" class="button button-messaging"/> |
| 201 | + <Button row="40" col="1" text="get current token" tap="{{ messaging.doGetCurrentPushToken }}" class="button button-messaging"/> |
| 202 | + |
| 203 | + <Button row="41" col="0" text="topic subscribe" tap="{{ messaging.doSubscribeToTopic }}" class="button button-messaging"/> |
| 204 | + <Button row="41" col="1" text="topic unsubscribe" tap="{{ messaging.doUnsubscribeFromTopic }}" class="button button-messaging"/> |
202 | 205 | <iOS> |
203 | | - <Button row="41" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
| 206 | + <Button row="42" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
204 | 207 | </iOS> |
205 | | - <Button row="42" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
| 208 | + <Button row="43" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
206 | 209 | <!-- <Button row="39" col="1" text="topic unsubscribe" tap="{{ doUnsubscribeFromTopic }}" class="button button-messaging"/> --> |
207 | 210 |
|
208 | | - <Label row="43" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
| 211 | + <Label row="44" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
209 | 212 |
|
210 | | - <Button row="44" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
| 213 | + <Button row="45" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
211 | 214 | <iOS> |
212 | | - <Button row="44" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
| 215 | + <Button row="45" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
213 | 216 | </iOS> |
214 | 217 | <Android> |
215 | | - <Button row="44" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
| 218 | + <Button row="45" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
216 | 219 | </Android> |
217 | | - <Button row="45" col="0" text="log message crashlytics" tap="{{ doLogMessageCrashlytics }}" class="button button-crash"/> |
218 | | - <Button row="45" col="1" text="set string crashlytics" tap="{{ doSetCrashlyticString }}" class="button button-crash"/> |
219 | | - <Button row="46" col="0" text="set bool crashlytics" tap="{{ doSetCrashlyticBool }}" class="button button-crash"/> |
220 | | - <Button row="46" col="1" text="set float crashlytics" tap="{{ doSetCrashlyticFloat }}" class="button button-crash"/> |
221 | | - <Button row="47" col="0" text="set double crashlytics" tap="{{ doSetCrashlyticDouble }}" class="button button-crash"/> |
222 | | - <Button row="47" col="1" text="set int crashlytics" tap="{{ doSetCrashlyticInt }}" class="button button-crash"/> |
223 | | - <Button row="48" colSpan="2" text="SetUserId" tap="{{ doSetUserId }}" class="button button-crash"/> |
224 | | - |
225 | | - <Label row="49" colSpan="2" text="Firebase Invites" class="subtitle"/> |
226 | | - <Button row="50" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
227 | | - <Button row="50" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
228 | | - |
229 | | - <Label row="51" colSpan="2" text="Performance Monitoring" class="subtitle"/> |
230 | | - <Button row="52" col="0" text="start trace" tap="{{ startPerformanceMonitoringTrace }}" class="button button-performance"/> |
231 | | - <Button row="52" col="1" text="stop trace" tap="{{ stopPerformanceMonitoringTrace }}" class="button button-performance"/> |
232 | | - <Button row="53" col="0" text="set value trace" tap="{{ setValuePerformanceMonitoring }}" class="button button-performance"/> |
233 | | - <Button row="53" col="1" text="get value" tap="{{ getValuePerformanceMonitoring }}" class="button button-performance"/> |
234 | | - <Button row="54" col="0" text="get attributes" tap="{{ getAttributesPerformanceMonitoring }}" class="button button-performance"/> |
235 | | - <Button row="54" col="1" text="removeAttribute" tap="{{ removeAttributePerformanceMonitoring }}" class="button button-performance"/> |
236 | | - <Button row="55" colSpan="2" text="increment metric" tap="{{ incrementMetricPerformanceMonitoring }}" class="button button-performance"/> |
| 220 | + <Button row="46" col="0" text="log message crashlytics" tap="{{ doLogMessageCrashlytics }}" class="button button-crash"/> |
| 221 | + <Button row="46" col="1" text="set string crashlytics" tap="{{ doSetCrashlyticString }}" class="button button-crash"/> |
| 222 | + <Button row="47" col="0" text="set bool crashlytics" tap="{{ doSetCrashlyticBool }}" class="button button-crash"/> |
| 223 | + <Button row="47" col="1" text="set float crashlytics" tap="{{ doSetCrashlyticFloat }}" class="button button-crash"/> |
| 224 | + <Button row="48" col="0" text="set double crashlytics" tap="{{ doSetCrashlyticDouble }}" class="button button-crash"/> |
| 225 | + <Button row="48" col="1" text="set int crashlytics" tap="{{ doSetCrashlyticInt }}" class="button button-crash"/> |
| 226 | + <Button row="49" colSpan="2" text="SetUserId" tap="{{ doSetUserId }}" class="button button-crash"/> |
| 227 | + |
| 228 | + <Label row="50" colSpan="2" text="Firebase Invites" class="subtitle"/> |
| 229 | + <Button row="51" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
| 230 | + <Button row="51" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
| 231 | + |
| 232 | + <Label row="52" colSpan="2" text="Performance Monitoring" class="subtitle"/> |
| 233 | + <Button row="53" col="0" text="start trace" tap="{{ startPerformanceMonitoringTrace }}" class="button button-performance"/> |
| 234 | + <Button row="53" col="1" text="stop trace" tap="{{ stopPerformanceMonitoringTrace }}" class="button button-performance"/> |
| 235 | + <Button row="54" col="0" text="set value trace" tap="{{ setValuePerformanceMonitoring }}" class="button button-performance"/> |
| 236 | + <Button row="54" col="1" text="get value" tap="{{ getValuePerformanceMonitoring }}" class="button button-performance"/> |
| 237 | + <Button row="55" col="0" text="get attributes" tap="{{ getAttributesPerformanceMonitoring }}" class="button button-performance"/> |
| 238 | + <Button row="55" col="1" text="removeAttribute" tap="{{ removeAttributePerformanceMonitoring }}" class="button button-performance"/> |
| 239 | + <Button row="56" colSpan="2" text="increment metric" tap="{{ incrementMetricPerformanceMonitoring }}" class="button button-performance"/> |
237 | 240 | </GridLayout> |
238 | 241 |
|
239 | 242 | </ScrollView> |
|
0 commit comments