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

0

Default priority, following the OS default value.

HighPriority

2

High priority for download threads.

LowPriority

1

Low priority for download threads.