All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.initiativesoft.posprinterlib.interfaces.DiscoverEvent.kt Maven / Gradle / Ivy

The newest version!
package com.initiativesoft.posprinterlib.interfaces

import com.initiativesoft.posprinterlib.helper.FailureReason

/**
 * [DiscoverEvent] interface
 */
interface DiscoverEvent {
    fun onDiscover(arrayList: ArrayList)
    fun onDiscoverFailed(failureReason: FailureReason)
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy