You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce duplication for the mobile SDK documentation, we should provide a simple tab component that lets you specify Kotlin and Swift code. The explanations are mostly the same and only the code differs.
{% capture iosCode %}
```swift
This is some neat swift code
``
{% endcapture %}
{% capture androidCode %}
```kotlin
This is some neat swift code
``
{% endcapture %}
{% includecode/mobile-code.htmlswift=iosCodekotlin=androidCode %}
The text was updated successfully, but these errors were encountered:
To reduce duplication for the mobile SDK documentation, we should provide a simple tab component that lets you specify Kotlin and Swift code. The explanations are mostly the same and only the code differs.
Resources
The text was updated successfully, but these errors were encountered: