Class iCloudAccountDetailsService

iCloud Service that allows you to retrieve information about the devices and family members associated with the account.

Hierarchy

  • iCloudAccountDetailsService

Constructors

Properties

_devices: any
_family: any
service: default
serviceUri: string

Methods

  • Retrieves a list of all devices associated with the account.

    Returns

    A list of devices associated with the account.

    Parameters

    • refresh: boolean = false

      By default, the devices are cached forever. If you want to refresh the list, set this to true.

    Returns Promise<iCloudDevices>

  • Retrieves information about the family associated with the account.

    Returns

    Information about the family associated with the account.

    Parameters

    • refresh: boolean = false

      By default, the family information is cached forever. If you want to refresh the list, set this to true.

    Returns Promise<iCloudFamilyInfo>

Generated using TypeDoc