-
public interface PushDeviceGenerator
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisValidForThisDevice(Context context)abstract UnitasyncGenerateDevice(Function1<Device, Unit> onDeviceGenerated)-
-
Method Detail
-
isValidForThisDevice
abstract Boolean isValidForThisDevice(Context context)
-
asyncGenerateDevice
abstract Unit asyncGenerateDevice(Function1<Device, Unit> onDeviceGenerated)
-
-
-
-