public class PosRegistrationCallback
Abstract class for receiving class PosRegistrationResponse
events.
class PosRegistrationResponse
public PosRegistrationCallback()
Abstract class for receiving class PosRegistrationResponse
events.
class PosRegistrationResponse
public void onRegistrationComplete(@NotNull PosRegistrationResponse response)
Called when a class PosRegistrationResponse
is received.
class PosRegistrationResponse
public void onError(@NotNull UnhandledError error)
the function called when we receive an unhandled error when performing registration.