
org.infobip.mobile.messaging.api.appinstance.UserSessionEventBody 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 java.util.Map;
import java.util.Set;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class UserSessionEventBody {
AppInstance systemData; //no custom atts!
Set sessionStarts; //session start dates in yyyy-MM-dd'T'HH:mm:ssZ format
Map sessionBounds; //map of session start/end dates in yyyy-MM-dd'T'HH:mm:ssZ format
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy