Skip to content

Commit 5124cb9

Browse files
author
Edward Smith
committed
Added more link property values for testing.
1 parent 919a3ec commit 5124cb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Examples/UITestBed/UITestBed/TBBranchViewController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,12 @@ - (BranchUniversalObject*) createUniversalObject {
293293

294294
- (BranchLinkProperties*) createLinkProperties {
295295
BranchLinkProperties *linkProperties = [[BranchLinkProperties alloc] init];
296+
linkProperties.tags = @[ @"tag1", @"tag2" ];
296297
linkProperties.feature = feature;
297298
linkProperties.channel = channel;
299+
linkProperties.stage = @"stage four";
298300
linkProperties.campaign = @"some campaign";
301+
linkProperties.matchDuration = 12.2;
299302
[linkProperties addControlParam:@"$desktop_url" withValue: desktop_url];
300303
[linkProperties addControlParam:@"$ios_url" withValue: ios_url];
301304
return linkProperties;

0 commit comments

Comments
 (0)