Skip to content

Personalized Welcome Screen

Ram edited this page Dec 18, 2015 · 2 revisions

[Optional] Personalized Welcome Screen

Personalized welcome screen will be shown to new users (Friend / receiver). You can have a welcome message that includes referrer photograph, reward amount and claim options (such as SignUp or Email Gating etc). By default AppVirality generates a compelling welcome message, based on your campaign configuration settings on Dashboard. You can change this default welcome message any time in your AppVirality dashboard(i.e Left side menu > Landing Pages > textbox under the label "Welcome Intent Configuration Message").

AppviralityUI.showWelcomeScreen(MyActivity.this);

NOTE: Replace "MyActivity" with your Activity Class Name.Please call the above line after initializing the AppVirality SDK by calling "AppViralityAPI.Init".

Example:

Alt text