Class UIKey

All Implemented Interfaces:
NSCoding, NSObjectProtocol, ObjCProtocol

public class UIKey
extends NSObject
implements NSCoding
Since:
Available in iOS 13.4 and later.
  • Constructor Details

  • Method Details

    • getCharacters

      public String getCharacters()
    • getCharactersIgnoringModifiers

      public String getCharactersIgnoringModifiers()
    • getModifierFlags

      public UIKeyModifierFlags getModifierFlags()
    • getKeyCodeRaw

      public long getKeyCodeRaw()
    • getKeyCode

      public UIKeyboardHIDUsage getKeyCode()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)