Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 643 Bytes

target-preview-on-android.md

File metadata and controls

22 lines (13 loc) · 643 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.

setPreviewRestartDeepLink

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

Syntax

public static void setPreviewRestartDeepLink(final Uri deepLink);

Example

Target.setPreviewRestartDeepLink("myApp://HomePage");