public interface

ShortDynamicLink

com.google.firebase.dynamiclinks.ShortDynamicLink

Class Overview

Response from buildShortDynamicLink() that returns the shortened Dynamic Link, link flow chart, and warnings from the requested Dynamic Link.

Summary

Nested Classes
@interface ShortDynamicLink.Suffix Path generation option for short Dynamic Link length  
interface ShortDynamicLink.Warning Information about potential warnings on short Dynamic Link creation. 
Public Methods
abstract Uri getPreviewLink()
Gets the preview link to show the link flow chart.
abstract Uri getShortLink()
Gets the short Dynamic Link value.
abstract List<? extends ShortDynamicLink.Warning> getWarnings()
Gets information about potential warnings on link creation.

Public Methods

public abstract Uri getPreviewLink ()

Gets the preview link to show the link flow chart.

Returns
Uri

public abstract Uri getShortLink ()

Gets the short Dynamic Link value.

Returns
Uri

public abstract List<? extends ShortDynamicLink.Warning> getWarnings ()

Gets information about potential warnings on link creation.

Returns
List<? extends ShortDynamicLink.Warning>