File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dl-invites/app/src/main/java/com/google/firebase/dynamicinvites Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ object DynamicLinksUtil {
1515 generateContentLink())
1616 }
1717
18+ // [START ddl_generate_content_link]
1819 fun generateContentLink (): Uri {
19- // [START ddl_generate_content_link]
2020 val baseUrl = Uri .parse(" https://your-custom-name.page.link" )
2121 val domain = " https://your-app.page.link"
2222
@@ -29,6 +29,6 @@ object DynamicLinksUtil {
2929 .buildDynamicLink()
3030
3131 return link.uri
32- // [END ddl_generate_content_link]
3332 }
33+ // [END ddl_generate_content_link]
3434}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ public static InviteContent generateInviteContent() {
1515 generateContentLink ());
1616 }
1717
18+ // [START ddl_generate_content_link]
1819 public static Uri generateContentLink () {
19- // [START ddl_generate_content_link]
2020 Uri baseUrl = Uri .parse ("https://your-custom-name.page.link" );
2121 String domain = "https://your-app.page.link" ;
2222
@@ -29,7 +29,7 @@ public static Uri generateContentLink() {
2929 .buildDynamicLink ();
3030
3131 return link .getUri ();
32- // [END ddl_generate_content_link]
3332 }
33+ // [END ddl_generate_content_link]
3434
3535}
You can’t perform that action at this time.
0 commit comments