-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.notifications.handler.PushDeviceGenerator
public final class FirebasePushDeviceGenerator implements PushDeviceGenerator
-
-
Constructor Summary
Constructors Constructor Description FirebasePushDeviceGenerator(FirebaseMessaging firebaseMessaging)
-
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)
-
-
-
-