
org.infobip.mobile.messaging.api.appinstance.LivechatDestination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-mobile-messaging-api-java Show documentation
Show all versions of infobip-mobile-messaging-api-java Show documentation
Mobile Messaging SDK for Android
The newest version!
package org.infobip.mobile.messaging.api.appinstance;
import com.google.gson.annotations.SerializedName;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class LivechatDestination {
@SerializedName("applicationId")
private String widgetId;
@SerializedName("userId")
private String registrationId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy