@exodus/platform-info
Version: 0.0.0
Interfaces
Functions
Type Aliases
Variables
PlatformInfoAdapter
interface
Methods
get
get(): Promise
Returns:
PromisePlatformInfo
type
createPlatformInfo
variable
Type
const createPlatformInfo: () => PlatformInfoAdapterSignature
__type(): PlatformInfoAdapter
Returns:
PlatformInfoAdaptercreatePlatformInfo
variable
Type
const createPlatformInfo: ({ deviceInfo }: Dependencies) => PlatformInfoAdapterSignature
__type({ deviceInfo }: Dependencies): PlatformInfoAdapter
Parameters:
{ deviceInfo }: Dependencies
Returns:
PlatformInfoAdapterPlatformInfoAdapter
interface
Methods
get
get(): Promise
Returns:
PromisePlatformInfo
type
createPlatformInfo
function
Signature
createPlatformInfo(): PlatformInfoAdapter
Returns:
PlatformInfoAdaptercreatePlatformInfo
function
Signature
createPlatformInfo(__namedParameters: Dependencies): PlatformInfoAdapter
Parameters:
__namedParameters: Dependencies
