Contents

handsFree(_:incomingSMS:)

Tells the delegate there’s an incoming text message.

Declaration

optional func handsFree(_ device: IOBluetoothHandsFreeDevice!, incomingSMS sms: [AnyHashable : Any]!)

Parameters

  • device:

    The connected Bluetooth hands-free phone or headset.

  • sms:

    A dictionary containing the incoming SMS message. For dictionary keys, see Sms Dictionary Key Constants.

See Also

Receiving SMS Information