You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Current »
This guide describes using the Stories widget in an Android mobile app.
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)
Page Navigation
Related Pages