SearchInAppsSDK Framework Reference

  • SearchContentBlockData is an Objective-C class that provides the data needed to display a single search content block.

  • Initializing SearchContentBlockData directly using -init or +new is unavailable and discouraged.

  • The specific properties and methods to work with the search content block data are not documented within this excerpt.

SearchContentBlockData


@interface SearchContentBlockData : NSObject

The data necessary to render a single SearchContentBlock.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (nonnull instancetype)init SWIFT_UNAVAILABLE;
  • Unavailable

    -init is unavailable

    Undocumented

    Declaration

    Objective-C

    + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");