-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.notifications.handler.PushDeviceGenerator
public final class HuaweiPushDeviceGenerator implements PushDeviceGeneratorGenerator responsible for providing information needed to register Huawei push notifications provider
-
-
Constructor Summary
Constructors Constructor Description HuaweiPushDeviceGenerator(Context context, String appId)
-
Method Summary
Modifier and Type Method Description BooleanisValidForThisDevice(Context context)UnitasyncGenerateDevice(Function1<Device, Unit> onDeviceGenerated)-
-
Method Detail
-
isValidForThisDevice
Boolean isValidForThisDevice(Context context)
-
asyncGenerateDevice
Unit asyncGenerateDevice(Function1<Device, Unit> onDeviceGenerated)
-
-
-
-