@PublicSpi
public interface ApplicationType
ApplicationLink.
See the com.atlassian.applinks.api.application package for a list of ApplicationTypes bundled
with the Unified Application Links plugin. Additional types can be added via the extension APIs in the
applinks-spi module.| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
URI |
getIconUrl()
Deprecated.
for removal in 6.0. Application Types should implement
IconizedType in applinks-spi
instead |
@Nonnull String getI18nKey()
I18nResolver component provided by the SAL plugin.@Deprecated @Nullable URI getIconUrl()
IconizedType in applinks-spi
insteadnull if an icon is not available.Copyright © 2018 Atlassian. All rights reserved.