Uses of Interface
com.flowable.engage.api.notification.push.DeviceRegistration
-
Packages that use DeviceRegistration Package Description com.flowable.engage.api.notification.push com.flowable.engage.engine.impl.notification.push -
-
Uses of DeviceRegistration in com.flowable.engage.api.notification.push
Methods in com.flowable.engage.api.notification.push that return DeviceRegistration Modifier and Type Method Description DeviceRegistrationDeviceRegistration. applicationId(String applicationId)The id of the application that this device is registered for.DeviceRegistrationDeviceService. createDeviceRegistration()DeviceRegistrationDeviceRegistration. deviceOS(String deviceOS)The OS of the device.DeviceRegistrationDeviceRegistration. disabled()Register a disabled device.DeviceRegistrationDeviceRegistration. tenantId(String tenantId)The id of the tenant in which this device is registered in.DeviceRegistrationDeviceRegistration. token(String token)The token for the new device.DeviceRegistrationDeviceRegistration. tokenEncoding(String tokenEncoding)The encoding of the token.DeviceRegistrationDeviceRegistration. userId(String userId)The id of the user that this device is registered to. -
Uses of DeviceRegistration in com.flowable.engage.engine.impl.notification.push
Classes in com.flowable.engage.engine.impl.notification.push that implement DeviceRegistration Modifier and Type Class Description classDeviceRegistrationImplMethods in com.flowable.engage.engine.impl.notification.push that return DeviceRegistration Modifier and Type Method Description DeviceRegistrationDeviceRegistrationImpl. applicationId(String applicationId)DeviceRegistrationDeviceServiceImpl. createDeviceRegistration()DeviceRegistrationDeviceRegistrationImpl. deviceOS(String deviceOS)DeviceRegistrationDeviceRegistrationImpl. disabled()DeviceRegistrationDeviceRegistrationImpl. tenantId(String tenantId)DeviceRegistrationDeviceRegistrationImpl. token(String token)DeviceRegistrationDeviceRegistrationImpl. tokenEncoding(String tokenEncoding)DeviceRegistrationDeviceRegistrationImpl. userId(String userId)
-