Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Target Preview on Android

Target Preview allows you to easily perform end-to-end QA for Target activities and preview these activities on your device.

For more information on how to set up and use Target Preview, go to Target Mobile Preview in the Adobe Target user guide.

Important: To use Target Preview, you need SDK version 4.14.0 or later.

  • setPreviewRestartDeeplink

    Sets an app deeplink that will be triggered when preview selections are applied in the Preview mode.

    • Here is the syntax for this method:

      public static void setPreviewRestartDeeplink(String deeplink);
    • Here is the code sample for this method:

      Target.setPreviewRestartDeeplink("myapp://myhost");