public static interface

ShortDynamicLink.Warning

com.google.firebase.dynamiclinks.ShortDynamicLink.Warning

Class Overview

Information about potential warnings on short Dynamic Link creation.

Summary

Public Methods
abstract String getCode()
Gets the warning code.
abstract String getMessage()
Gets the warning message to help developers improve their requests.

Public Methods

public abstract String getCode ()

Gets the warning code.

Returns
String

public abstract String getMessage ()

Gets the warning message to help developers improve their requests.

Returns
String