Returns a new JID instance representing the 'bare JID' constructd from
this JID.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Function GetBareJid As Jid
public:
Jid^ GetBareJid()
member GetBareJid : unit -> Jid
Return Value
Type:
JidA bare JID constructed from this JID instance.
See Also