Uses of Class
org.robovm.apple.callkit.CXHandle
| Package | Description |
|---|---|
| org.robovm.apple.callkit |
-
Uses of CXHandle in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit that return CXHandle Modifier and Type Method Description CXHandleCXStartCallAction. getGetCallHandle()CXHandleCXCallUpdate. getRemoteHandle()Methods in org.robovm.apple.callkit with parameters of type CXHandle Modifier and Type Method Description protected longCXStartCallAction. init(NSUUID callUUID, CXHandle handle)booleanCXHandle. isEqualToHandle(CXHandle handle)voidCXStartCallAction. setGetCallHandle(CXHandle v)voidCXCallUpdate. setRemoteHandle(CXHandle v)Constructors in org.robovm.apple.callkit with parameters of type CXHandle Constructor Description CXStartCallAction(NSUUID callUUID, CXHandle handle)