Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 858 Bytes

c-mob-target-preview-android.md

File metadata and controls

23 lines (14 loc) · 858 Bytes

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");