@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 |
|---|---|
default <T> T |
accept(ApplicationTypeVisitor<T> visitor)
Accepts a visitor of the type
ApplicationTypeVisitor. |
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.@Nullable default <T> T accept(@Nonnull ApplicationTypeVisitor<T> visitor)
ApplicationTypeVisitor.visitor - visitor to acceptCopyright © 2020 Atlassian. All rights reserved.