Home > @magiclane/maps-sdk > ContentDownloadThreadPriority
ContentDownloadThreadPriority enum
Enumerates the priority levels for content download threads.
Specifies hints for the download thread scheduling priority.
Content
Signature:
export declare enum ContentDownloadThreadPriority Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
DefaultPriority |
|
Default priority, following the OS default value. |
|
HighPriority |
|
High priority for download threads. |
|
LowPriority |
|
Low priority for download threads. |