Add TODOs
This commit is contained in:
parent
db066f7cf7
commit
8c07e747d4
|
@ -1,5 +1,6 @@
|
|||
package info.nightscout.androidaps.plugins.pump.omnipod.comm;
|
||||
|
||||
// TODO replace with Consumer when our min API level >= 24
|
||||
@FunctionalInterface
|
||||
public interface SetupActionResultHandler {
|
||||
void handle(SetupActionResult result);
|
||||
|
|
|
@ -2,6 +2,7 @@ package info.nightscout.androidaps.plugins.pump.omnipod.comm;
|
|||
|
||||
import info.nightscout.androidaps.plugins.pump.omnipod.comm.message.response.StatusResponse;
|
||||
|
||||
// TODO replace with Consumer when our min API level >= 24
|
||||
@FunctionalInterface
|
||||
public interface StatusResponseHandler {
|
||||
void handle(StatusResponse statusResponse);
|
||||
|
|
Loading…
Reference in a new issue