|
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" |
| 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" |
89 | 89 | horizontalAlignment="stretch" |
90 | 90 | class="tab-content"> |
91 | 91 |
|
|
187 | 187 | <Button row="35" col="0" text="show banner" tap="{{ doShowAdMobBanner }}" class="button button-admob"/> |
188 | 188 | <Button row="35" col="1" text="show interstitial" tap="{{ doShowAdMobInterstitial }}" class="button button-admob"/> |
189 | 189 |
|
190 | | - <Button row="36" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
| 190 | + <Button row="36" col="0" text="preload interstitial" tap="{{ doPreloadAdMobInterstitial }}" class="button button-admob"/> |
| 191 | + <Button row="36" col="1" text="show preloaded" tap="{{ doShowPreloadedAdMobInterstitial }}" class="button button-admob"/> |
191 | 192 |
|
192 | | - <Label row="37" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
| 193 | + <Button row="37" colSpan="2" text="hide banner" tap="{{ doHideAdMobBanner }}" class="button button-admob"/> |
193 | 194 |
|
194 | | - <Button row="38" col="0" text="add push handlers" tap="{{ messaging.doRegisterPushHandlers }}" class="button button-messaging"/> |
195 | | - <Button row="38" col="1" text="get current token" tap="{{ messaging.doGetCurrentPushToken }}" class="button button-messaging"/> |
| 195 | + <Label row="38" colSpan="2" text="Firebase Cloud Messaging" class="subtitle"/> |
196 | 196 |
|
197 | | - <Button row="39" col="0" text="topic subscribe" tap="{{ messaging.doSubscribeToTopic }}" class="button button-messaging"/> |
198 | | - <Button row="39" col="1" text="topic unsubscribe" tap="{{ messaging.doUnsubscribeFromTopic }}" class="button button-messaging"/> |
| 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"/> |
| 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"/> |
199 | 202 | <iOS> |
200 | | - <Button row="40" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
| 203 | + <Button row="41" colSpan="2" text="register interactive push" tap="{{ messaging.doRegisterForInteractivePush }}" class="button button-messaging"/> |
201 | 204 | </iOS> |
202 | | - <Button row="41" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
| 205 | + <Button row="42" colSpan="2" text="are notifications enabled" tap="{{ messaging.doGetAreNotificationsEnabled }}" class="button button-messaging"/> |
203 | 206 | <!-- <Button row="39" col="1" text="topic unsubscribe" tap="{{ doUnsubscribeFromTopic }}" class="button button-messaging"/> --> |
204 | 207 |
|
205 | | - <Label row="42" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
| 208 | + <Label row="43" colSpan="2" text="Firebase Crash Reporing / Crashlytics" class="subtitle"/> |
206 | 209 |
|
207 | | - <Button row="43" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
| 210 | + <Button row="44" col="0" text="log message" tap="{{ doLogMessage }}" class="button button-crash"/> |
208 | 211 | <iOS> |
209 | | - <Button row="43" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
| 212 | + <Button row="44" col="1" text="force crash :)" tap="{{ doForceCrashIOS }}" class="button button-crash"/> |
210 | 213 | </iOS> |
211 | 214 | <Android> |
212 | | - <Button row="43" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
| 215 | + <Button row="44" col="1" text="force crash :)" tap="{{ doForceCrashAndroid }}" class="button button-crash"/> |
213 | 216 | </Android> |
214 | 217 |
|
215 | | - <Label row="44" colSpan="2" text="Firebase Invites" class="subtitle"/> |
216 | | - <Button row="45" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
217 | | - <Button row="45" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
| 218 | + <Label row="45" colSpan="2" text="Firebase Invites" class="subtitle"/> |
| 219 | + <Button row="46" col="0" text="send invitation" tap="{{ sendInvitation }}" class="button button-invites"/> |
| 220 | + <Button row="46" col="1" text="get invitation" tap="{{ getInvitation }}" class="button button-invites"/> |
218 | 221 | </GridLayout> |
219 | 222 |
|
220 | 223 | </ScrollView> |
|
0 commit comments