Firebase.DynamicLinks.DynamicLinks

Firebase Dynamic Links API.

Summary

Firebase Dynamic Links is a cross-platform solution for generating and receiving links, whether or not the app is already installed.

Events

DynamicLinkReceived
static System.EventHandler< ReceivedDynamicLinkEventArgs >
Called on the client when a Dynamic Link is received.

Public static functions

GetShortLinkAsync(DynamicLinkComponents components, DynamicLinkOptions options) Deprecated. Dynamic Links is now deprecated. Please see the support documentation at https://firebase.google.com/support/dynamic-links-faq for more information.
Creates a shortened Dynamic Link from the given parameters.
GetShortLinkAsync(DynamicLinkComponents components) Deprecated. Dynamic Links is now deprecated. Please see the support documentation at https://firebase.google.com/support/dynamic-links-faq for more information.
Creates a shortened Dynamic Link from the given parameters.
GetShortLinkAsync(System.Uri longDynamicLink, DynamicLinkOptions options) Deprecated. Dynamic Links is now deprecated. Please see the support documentation at https://firebase.google.com/support/dynamic-links-faq for more information.
Creates a shortened Dynamic Link from the given long dynamic link.
GetShortLinkAsync(System.Uri long_dynamic_link) Deprecated. Dynamic Links is now deprecated. Please see the support documentation at https://firebase.google.com/support/dynamic-links-faq for more information.
Creates a shortened Dynamic Link from the given long dynamic link.

Events

Public static functions