SearchInAppsSDK Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
SearchSuggestions
@interface SearchSuggestions : NSObject
A collection of search suggestions.
This class is opaque externally, but is required for rendering search suggestions by the SDK.
-
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-08-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eSearchSuggestions\u003c/code\u003e is a class representing a collection of search suggestions used by the SDK.\u003c/p\u003e\n"],["\u003cp\u003eThis class is opaque and primarily used for rendering search suggestions within the SDK.\u003c/p\u003e\n"],["\u003cp\u003eInitializing \u003ccode\u003eSearchSuggestions\u003c/code\u003e directly with \u003ccode\u003e-init\u003c/code\u003e or \u003ccode\u003e+new\u003c/code\u003e is unavailable and undocumented.\u003c/p\u003e\n"]]],["The `SearchSuggestions` class, part of the SearchInAppsSDK, is a container for search suggestions required for rendering by the SDK. It's opaque externally and cannot be initialized directly. Both the `-init` and `+new` methods are unavailable, preventing direct instantiation of the class. It is undocumented other than this. This is the only information given about it.\n"],null,["# SearchInAppsSDK Framework Reference\n\nSearchSuggestions\n=================\n\n\n @interface SearchSuggestions : NSObject\n\nA collection of search suggestions.\nThis class is opaque externally, but is required for rendering search suggestions by the SDK.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:@M@SearchInAppsSDK@objc(cs)SearchSuggestions(im)init)\n\n `\n ` \n Unavailable \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init SWIFT_UNAVAILABLE;\n\n- `\n ``\n ``\n `\n\n ### [+new](#/c:@M@SearchInAppsSDK@objc(cs)SearchSuggestions(cm)new)\n\n `\n ` \n Unavailable\n\n -init is unavailable \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG(\"-init is unavailable\");"]]