IconType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum IconType
type IconType =
- Inheritance
-
IconType
Fields
| Name | Value | Description |
|---|---|---|
| Bitmap | 1 | An icon that was created using Icon.createWithBitmap(Bitmap). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Resource | 2 | An icon that was created using Icon.createWithResource. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Data | 3 | An icon that was created using Icon.createWithData(byte[],int,int). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Uri | 4 | An icon that was created using Icon.createWithContentUri or Icon.createWithFilePath(String). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| AdaptiveBitmap | 5 | An icon that was created using Icon.createWithAdaptiveBitmap. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| UriAdaptiveBitmap | 6 | An icon that was created using Icon.createWithAdaptiveBitmapContentUri. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |