You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a BranchActivityItemProvider which subclasses the `UIActivityItemProvider` This can be used for simple sharing via a `UIActivityViewController`.
204
+
205
+
Internally, this will create a short Branch Url that will be attached to the shared content.
206
+
207
+
@param params A dictionary to use while building up the Branch link.
208
+
@param feature The feature the generated link will be associated with.
209
+
@param stage The stage used for the generated link, indicating what part of a funnel the user is in.
210
+
@param campaign Use this field to organize the links by actual marketing campaign.
211
+
@param alias The alias for a link.
212
+
@warning This can fail if the alias is already taken.
Create a BranchActivityItemProvider which subclasses the `UIActivityItemProvider` This can be used for simple sharing via a `UIActivityViewController`.
Get a short url with specified tags, params, channel, feature, and stage. The usage type will default to unlimited.
776
+
Get a short url with specified tags, params, channel, feature, stage and campaign. The usage type will default to unlimited.
753
777
754
778
@param params Dictionary of parameters to include in the link.
755
779
@param tags An array of tags to associate with this link, useful for tracking.
756
780
@param channel The channel for the link. Examples could be Facebook, Twitter, SMS, etc, depending on where it will be shared.
757
781
@param feature The feature this is utilizing. Examples could be Sharing, Referring, Inviting, etc.
758
782
@param stage The stage used for the generated link, indicating what part of a funnel the user is in.
783
+
@param campaign Use this field to organize the links by actual marketing campaign.
759
784
@param alias The alias for a link.
760
785
@param ignoreUAString The User Agent string to tell the server to ignore the next request from, to prevent it from treating a preview scrape as a link click.
761
786
@param forceLinkCreation Whether we should create a link from the Branch Key even if initSession failed. Defaults to NO.
762
787
@warning This method makes a synchronous url request.
763
788
@warning This method is primarily intended to be an internal Branch method, used to work around a bug with SLComposeViewController
764
789
@warning This can fail if the alias is already taken.
0 commit comments