Uses of Class
it.auties.whatsapp.model.info.DeviceContextInfo
Packages that use DeviceContextInfo
-
Uses of DeviceContextInfo in it.auties.whatsapp.model.info
Methods in it.auties.whatsapp.model.info that return DeviceContextInfoModifier and TypeMethodDescriptionDeviceContextInfoBuilder.build()static DeviceContextInfoDeviceContextInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info with parameters of type DeviceContextInfoModifier and TypeMethodDescriptionstatic byte[]DeviceContextInfoSpec.encode(DeviceContextInfo protoInputObject) -
Uses of DeviceContextInfo in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type DeviceContextInfoModifier and TypeFieldDescriptionprivate final Optional<DeviceContextInfo> MessageContainer.deviceInfoThe field for thedeviceInforecord component.private Optional<DeviceContextInfo> MessageContainerBuilder.deviceInfoMethods in it.auties.whatsapp.model.message.model that return types with arguments of type DeviceContextInfoModifier and TypeMethodDescriptionMessageContainer.deviceInfo()Returns the value of thedeviceInforecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type DeviceContextInfoModifier and TypeMethodDescriptionMessageContainerBuilder.deviceInfo(DeviceContextInfo deviceInfo) MessageContainer.withDeviceInfo(DeviceContextInfo deviceInfo) Converts this message to an ephemeral messageMethod parameters in it.auties.whatsapp.model.message.model with type arguments of type DeviceContextInfoModifier and TypeMethodDescriptionMessageContainerBuilder.deviceInfo(Optional<DeviceContextInfo> deviceInfo)