Stories (Android SDK - Java)

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.StoriesView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:code="%CODE%" />

StoriesView storiesView = findViewById(R.id.story_view);
PersonaClick.initializeStoriesView(storiesView);

NameTypeRequirementDescription
%CODE%stringrequiredThe story widget code. The unique code is available in the PersonaClick account in each Stories block's "data-code" attribute.

Page Navigation




Related Pages

Copyright 2018-2024 PersonaClick