-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class UserEventSubscription implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
channelName
protected Boolean
canUpdateSubscription
public final static Parcelable.Creator<UserEventSubscription>
CREATOR
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
Boolean
getSubscribed()
String
getChannelName()
Boolean
getCanUpdateSubscription()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getSubscribed
Boolean getSubscribed()
-
getChannelName
String getChannelName()
-
getCanUpdateSubscription
Boolean getCanUpdateSubscription()
-
-
-
-