Skip to content

Commit 9ced1e4

Browse files
committed
In mobile integration overview, convert one table to HTML (no content mods).
1 parent d11bcc5 commit 9ced1e4

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/guides/integration-mobile-overview.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,27 @@ For details, see [Integration Approaches](../ref-info/ref-integration-approaches
7979

8080
The following table summarizes the mobile integration options for managing the UID2 token, including generating, storing, and refreshing the token, with links to the documentation for each option.
8181

82-
| UID2 Mobile Implementation Option | SDK Doc | Implementation Guide |
83-
| :--- | :---| :---|
84-
| UID2 Android SDK | [SDK for Android Reference Guide](../sdks/sdk-ref-android.md) | One of the following:<ul><li>[UID2 Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side.md)</li><li>[UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md)</li></ul> |
85-
| UID2 iOS SDK | [SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md) | One of the following:<ul><li>[UID2 Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side.md)</li><li>[UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md)</li></ul> |
82+
<table>
83+
<thead>
84+
<tr>
85+
<th>UID2 Mobile Implementation Option</th>
86+
<th>SDK Doc</th>
87+
<th>Implementation Guide</th>
88+
</tr>
89+
</thead>
90+
<tbody>
91+
<tr>
92+
<td>UID2 Android SDK</td>
93+
<td>[SDK for Android Reference Guide](../sdks/sdk-ref-android.md)</td>
94+
<td>One of the following:<ul><li>[UID2 Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side.md)</li><li>[UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md)</li></ul></td>
95+
</tr>
96+
<tr>
97+
<td>UID2 iOS SDK</td>
98+
<td>[SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md)</td>
99+
<td>One of the following:<ul><li>[UID2 Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side.md)</li><li>[UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md)</li></ul></td>
100+
</tr>
101+
</tbody>
102+
</table>
86103

87104
### Sending the Token to the Bidstream
88105

0 commit comments

Comments
 (0)