Package 

Interface PushDeviceGenerator


  • 
    public interface PushDeviceGenerator
    
                        

    Generator responsible for providing information needed to register the push notifications provider

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isValidForThisDevice(Context context) Checks if push notification provider is valid for this device
      abstract Unit asyncGenerateDevice(Function1<Device, Unit> onDeviceGenerated) Asynchronously generates a Device and calls onDeviceGenerated callback once it's ready
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait