Uses of Class
org.robovm.apple.callkit.CXPlayDTMFCallActionType
| Package | Description |
|---|---|
| org.robovm.apple.callkit |
-
Uses of CXPlayDTMFCallActionType in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit that return CXPlayDTMFCallActionType Modifier and Type Method Description CXPlayDTMFCallActionTypeCXPlayDTMFCallAction. getType()static CXPlayDTMFCallActionTypeCXPlayDTMFCallActionType. valueOf(long n)Returns the enum constant of this type with the specified name.static CXPlayDTMFCallActionTypeCXPlayDTMFCallActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CXPlayDTMFCallActionType[]CXPlayDTMFCallActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.callkit with parameters of type CXPlayDTMFCallActionType Modifier and Type Method Description protected longCXPlayDTMFCallAction. init(NSUUID callUUID, String digits, CXPlayDTMFCallActionType type)voidCXPlayDTMFCallAction. setType(CXPlayDTMFCallActionType v)Constructors in org.robovm.apple.callkit with parameters of type CXPlayDTMFCallActionType Constructor Description CXPlayDTMFCallAction(NSUUID callUUID, String digits, CXPlayDTMFCallActionType type)