NXMDTMFEvent
Represents a DTMF event that can be sent and received on an NXMConversation.
-
The digit sent.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *digit;Swift
var digit: String? { get } -
The tone duration.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSNumber *duration;Swift
@NSCopying var duration: NSNumber? { get }
NXMDTMFEvent Class Reference