Function canStartAddressCreation

  • Checks whether all necessary permissions and services are available in order to start the address creation process.

    Returns

    A promise that resolves to a boolean value indicating whether or not all conditions are met to start the address creation process.

    Parameters

    • Optional configuration: {
          requestServices?: boolean;
      }

      Object that determines whether or not to request these permissions and services from the user.

      • Optional requestServices?: boolean

        Flag that determines whether to request the services from the user.

    Returns Promise<boolean>

Generated using TypeDoc