Stories (Android SDK - Kotlin)
- Andrey Veprikov
Owned by Andrey Veprikov
This guide describes using the Stories widget in an Android mobile app.
Installation
To insert the Stories widget into a specific app template, insert the following code in a needed place:
<com.personalizatio.stories.views.StoriesView android:layout_width="match_parent" android:layout_height="wrap_content" app:code="%CODE%" /> val storiesView = findViewById<StoriesView>(R.id.story_view) sdk.initializeStoriesView(storiesView)
Name | Type | Requirement | Description |
---|---|---|---|
%CODE% | string | required | The story widget code. The unique code is available in the PersonaClick account in each Stories block's "data-code" attribute. |
Page Navigation
Related Pages
-
Page:
-
Page:
-
Page:
Copyright 2018-2024 PersonaClick