get_text


Description:

[ Version ( since = "1.0" ) ]
public unowned string get_text ()

Gets the message text, in UTF-8.

Warning:

The returned value is only valid until the property changes so it is only safe to use this function on the thread where this was constructed. Use dup_text if on another thread.

Parameters:

this

A Sms.

Returns:

The message text, or null if it doesn't contain any (e.g. contains data instead).