Package fi.moprim.tmd.sdk.model
Interface OnSetUUIDListener
-
public interface OnSetUUIDListenerAn interface to listen to the operation of the initialisation of the TMD. The TMD needs to be initialised at least one time correctly to collect any data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(TmdError error)This function is called when the change of UUID was unsuccessfulvoidonSuccess(java.lang.String uuid)This function is called when the change was successful.
-
-
-
Method Detail
-
onFailure
void onFailure(TmdError error)
This function is called when the change of UUID was unsuccessful- Parameters:
error- the error produced
-
onSuccess
void onSuccess(java.lang.String uuid)
This function is called when the change was successful.- Parameters:
uuid- the set UUID.
-
-