supports_sms


Description:

[ Version ( since = "0.19.0" ) ]
public bool supports_sms ()

If the contact_specific property is false , this function checks if SMS text channels can be requested with the connection associated with this Capabilities.

If the contact_specific property is true , this function checks if the contact associated with this Capabilities supports SMS text channels.

Parameters:

this

a Capabilities object

Returns:

true if a channel request containing Text as ChannelType, HandleTypeContact as TargetHandleType, a channel identifier and PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL set to true can be expected to work, false otherwise.