SearchInAppsSDK Framework Reference

  • SearchContentBlockData provides the necessary information for displaying a single search content block.

  • It utilizes a stable identifier (id) represented by a UUID to uniquely identify each content block.

SearchContentBlockData

@objc
final class SearchContentBlockData

The data necessary to render a single SearchContentBlock.

  • ID

    A type representing the stable identity of the entity associated with an instance.

    Declaration

    Swift

    typealias ID = UUID
  • id

    The stable identity of the entity associated with this instance.

    Declaration

    Swift

    final let id: UUID