Class IntentFormatter

  • All Implemented Interfaces:
    Formatter<android.content.Intent>, ObjectFormatter<android.content.Intent>

    public class IntentFormatter
    extends java.lang.Object
    implements ObjectFormatter<android.content.Intent>
    Format an Intent object to a string.
    Since:
    1.4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      IntentFormatter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(android.content.Intent data)
      Format an Intent object to a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntentFormatter

        public IntentFormatter()
    • Method Detail

      • format

        public java.lang.String format​(android.content.Intent data)
        Format an Intent object to a string.
        Specified by:
        format in interface Formatter<android.content.Intent>
        Parameters:
        data - the Intent object to format
        Returns:
        the formatted string