File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ function BranchDeepLink() {
180
180
$android_url : "http://www.example.com/android" ,
181
181
$ios_url : "http://www.example.com/ios" ,
182
182
$ipad_url : "http://www.example.com/ipad" ,
183
+ $deeplink_path : "content/123" ,
184
+ $match_duration : 2000 ,
183
185
more_custom : "data" ,
184
186
even_more_custom : true ,
185
187
this_is_custom : 41231 ,
Original file line number Diff line number Diff line change @@ -182,9 +182,10 @@ function BranchDeepLink() {
182
182
$android_url : "http://www.example.com/android" ,
183
183
$ios_url : "http://www.example.com/ios" ,
184
184
$ipad_url : "http://www.example.com/ipad" ,
185
+ $deeplink_path : "content/123" ,
186
+ $match_duration : 2000 ,
185
187
more_custom : "data" ,
186
188
even_more_custom : true ,
187
- $deeplink_path : "http://deeplink.example.com/testbed" ,
188
189
this_is_custom : 41231 ,
189
190
this_is_date : Date . now ( )
190
191
} ;
You can’t perform that action at this time.
0 commit comments