Skip to content

@swapped/connect-sdk / core / SwappedRemoteConfigPlatformCheck

Type Alias: SwappedRemoteConfigPlatformCheck

SwappedRemoteConfigPlatformCheck = "isMobile" | "isTablet" | "isIOS" | "isAndroid" | "isSafari" | "isWebView" | "isDesktop"

Defined in: src/config/remote-config.types.ts:108

Runtime platform predicates the SDK can evaluate. Maps onto the existing mobileDetect helpers; isDesktop is !isMobile().

An unrecognized name drops the entire wallet override rather than evaluating as false.