Uses of Class
org.robovm.apple.callkit.CXAction
| Package | Description |
|---|---|
| org.robovm.apple.callkit |
-
Uses of CXAction in org.robovm.apple.callkit
Subclasses of CXAction in org.robovm.apple.callkit Modifier and Type Class Description classCXAnswerCallActionclassCXCallActionclassCXEndCallActionclassCXPlayDTMFCallActionclassCXSetGroupCallActionclassCXSetHeldCallActionclassCXSetMutedCallActionclassCXStartCallActionMethods in org.robovm.apple.callkit that return types with arguments of type CXAction Modifier and Type Method Description NSArray<CXAction>CXTransaction. getActions()Methods in org.robovm.apple.callkit with parameters of type CXAction Modifier and Type Method Description voidCXTransaction. addAction(CXAction action)protected longCXTransaction. init(CXAction action)voidCXCallController. requestTransaction(CXAction action, VoidBlock1<NSError> completion)voidCXProviderDelegate. timedOutPerformingAction(CXProvider provider, CXAction action)voidCXProviderDelegateAdapter. timedOutPerformingAction(CXProvider provider, CXAction action)Method parameters in org.robovm.apple.callkit with type arguments of type CXAction Modifier and Type Method Description protected longCXTransaction. init(NSArray<CXAction> actions)voidCXCallController. requestTransaction(NSArray<CXAction> actions, VoidBlock1<NSError> completion)Constructors in org.robovm.apple.callkit with parameters of type CXAction Constructor Description CXTransaction(CXAction action)Constructor parameters in org.robovm.apple.callkit with type arguments of type CXAction Constructor Description CXTransaction(NSArray<CXAction> actions)