SearchInAppsSDK Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
SearchContentBlockData
@interface SearchContentBlockData : NSObject
The data necessary to render a single SearchContentBlock.
-
Declaration
Objective-C
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-
Unavailable
-init is unavailable
Declaration
Objective-C
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-07 UTC.
[null,null,["Last updated 2024-11-07 UTC."],[],["The `SearchContentBlockData` class in the SearchInAppsSDK is designed to hold the data for rendering a single `SearchContentBlock`. It lacks a usable initializer; both `-init` and `+new` are explicitly marked as unavailable. Consequently, direct instantiation of this class is not supported, with `-init` being documented as undocumented. The `+new` method is also documented as undocumented, with the explicit message that init is unavailable.\n"]]