@adcp/client API Reference - v3.11.2
    Preparing search index...

    Class PropertyListAdapter

    Stub implementation of PropertyListAdapter. Uses in-memory storage for development and testing.

    Publishers should extend this class or provide their own implementation that integrates with their property management systems.

    Implements

    Index

    Constructors

    Methods

    • Check if a property is in a list. Stub implementation returns false (property not found).

      Parameters

      • listId: string
      • identifierType: string
      • identifierValue: string

      Returns Promise<boolean>