Options
All
  • Public
  • Public/Protected
  • All
Menu

Device profile manager.

Used to handle different device types (e.g. mobile, desktop, etc.).

Hierarchy

  • DevProfileManager

Index

Methods

getProfile

  • Gets the current device profile.

    Returns DeviceProfile

loadProfile

  • loadProfile(path: string): Promise<void>
  • Loads a device profile.

    Parameters

    • path: string

      The path of the profile to load.

    Returns Promise<void>

Generated using TypeDoc