public interface ShortDynamicLink
Response from
buildShortDynamicLink()
that returns the shortened Dynamic Link, link flow chart,
and warnings from the requested Dynamic Link.
Nested Class Summary
@interface | ShortDynamicLink.Suffix | Path generation option for short Dynamic Link length | |
interface | ShortDynamicLink.Warning | Information about potential warnings on short Dynamic Link creation. |
Public Method Summary
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.
public abstract Uri getShortLink ()
Gets the short Dynamic Link value.
public abstract List<? extends ShortDynamicLink.Warning> getWarnings ()
Gets information about potential warnings on link creation.