Class Type

  • All Implemented Interfaces:
    Parcelable

    public class Type
    extends Object
    implements Parcelable
    In older versions of the clover-android-sdk this was an enum, but has now been refactored to a class to future-proof it.

    Instances of this class contain a single non-human readable String which can be used to uniquely identify the printer type.

    Use TypeDetails to get detailed information about a printer which formerly was available here.

    • Field Detail

      • name

        public final String name
        A non-human readable String identifying the type of printer. An example value is "SEIKO_USB". The value shall not be null or empty.
    • Constructor Detail

      • Type

        public Type​(String name)