We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919a3ec commit 5124cb9Copy full SHA for 5124cb9
Examples/UITestBed/UITestBed/TBBranchViewController.m
@@ -293,9 +293,12 @@ - (BranchUniversalObject*) createUniversalObject {
293
294
- (BranchLinkProperties*) createLinkProperties {
295
BranchLinkProperties *linkProperties = [[BranchLinkProperties alloc] init];
296
+ linkProperties.tags = @[ @"tag1", @"tag2" ];
297
linkProperties.feature = feature;
298
linkProperties.channel = channel;
299
+ linkProperties.stage = @"stage four";
300
linkProperties.campaign = @"some campaign";
301
+ linkProperties.matchDuration = 12.2;
302
[linkProperties addControlParam:@"$desktop_url" withValue: desktop_url];
303
[linkProperties addControlParam:@"$ios_url" withValue: ios_url];
304
return linkProperties;
0 commit comments