Class UISearchToken

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UISearchToken
extends NSObject
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • UISearchToken

      protected UISearchToken()
    • UISearchToken

      protected UISearchToken​(NSObject.Handle h, long handle)
    • UISearchToken

      protected UISearchToken​(NSObject.SkipInit skipInit)
    • UISearchToken

      public UISearchToken​(UIImage icon, String text)
  • Method Details

    • getRepresentedObject

      public NSObject getRepresentedObject()
    • setRepresentedObject

      public void setRepresentedObject​(NSObject v)
    • create

      protected static long create​(UIImage icon, String text)