@PublicSpi
public interface IconizedType
ApplicationType#getIconUrl(). Application and entity types should optionally implement this SPI to indicate
their ability to provide access to high quality icons representing those types.ApplicationType.getIconUrl()| Modifier and Type | Method and Description |
|---|---|
URI |
getIconUri()
Provides URI to retrieve an icon for this application type
|
@Nullable URI getIconUri()
Note that there are no guarantees for the resolution or size of the icon, other than it is a square (i.e. height is equal to width). It is responsibility of the clients that render icons provided via this URI to scale the icons to the desired size (e.g. using CSS for HTML clients). In other words clients should not rely on the size of the served icon as it may change in the future.
null if no icon is availableCopyright © 2018 Atlassian. All rights reserved.