-
public class BranchContentUrlBuilder extends BranchUrlBuilder<BranchContentUrlBuilder>
Created by sojanpr on 8/3/15.
-
-
Constructor Summary
Constructors Constructor Description BranchContentUrlBuilder(Context context, String channel)
-
Method Summary
Modifier and Type Method Description StringgetContentUrl()Configures and requests a content URL to be generated by the Branch servers, via a synchronouscall. voidgenerateContentUrl(Branch.BranchLinkCreateListener callback)Configures and requests a content URL to be generated by the Branch servers, via a asynchronouscall; The Branch.BranchLinkCreateListener is called back with the url when the url is generated. -
-
Method Detail
-
getContentUrl
String getContentUrl()
Configures and requests a content URL to be generated by the Branch servers, via a synchronouscall.
-
generateContentUrl
void generateContentUrl(Branch.BranchLinkCreateListener callback)
Configures and requests a content URL to be generated by the Branch servers, via a asynchronouscall; The Branch.BranchLinkCreateListener is called back with the url when the url is generated.
- Parameters:
callback- A Branch.BranchLinkCreateListener callback instance that will trigger
-
-
-
-