IntentFilter.WriteToXml(IXmlSerializer) Method

Definition

Write the contents of the IntentFilter as an XML stream.

[Android.Runtime.Register("writeToXml", "(Lorg/xmlpull/v1/XmlSerializer;)V", "GetWriteToXml_Lorg_xmlpull_v1_XmlSerializer_Handler")]
public virtual void WriteToXml (Org.XmlPull.V1.IXmlSerializer? serializer);
[<Android.Runtime.Register("writeToXml", "(Lorg/xmlpull/v1/XmlSerializer;)V", "GetWriteToXml_Lorg_xmlpull_v1_XmlSerializer_Handler")>]
abstract member WriteToXml : Org.XmlPull.V1.IXmlSerializer -> unit
override this.WriteToXml : Org.XmlPull.V1.IXmlSerializer -> unit

Parameters

serializer
IXmlSerializer
Attributes

Exceptions

Remarks

Write the contents of the IntentFilter as an XML stream.

Java documentation for android.content.IntentFilter.writeToXml(org.xmlpull.v1.XmlSerializer).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to