ChangeMode – GBG IDscan Documentation

ChangeMode

The mode to use when changing input providers

Signature:

export declare enum ChangeMode 

Enumeration Members

MemberValueDescription
DEFAULT"DEFAULT"The default behaviour which is to reject when the specified provider doesn’t exist.
FALLBACK"FALLBACK"Use the specified behaviour, but fall back to the first available provider if it is not available.
FORCE"FORCE"Force the input provider to the specified provider even if the device doesn’t support it or it’s been removed from the allowed providers list.
Was this page helpful?