public interface PresenceActivity
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of a presence activity.
|
long |
getNativePtr()
Gets the native pointer for this object.
|
PresenceActivityType |
getType()
Gets the activity type of a presence activity.
|
int |
setDescription(String description)
Sets the description of a presence activity.
|
int |
setType(PresenceActivityType type)
Sets the type of activity of a presence activity.
|
String |
toString()
Gets the string representation of a presence activity.
|
String toString()
PresenceActivityType getType()
int setType(PresenceActivityType type)
type
- The activity type to set for the activity.String getDescription()
int setDescription(String description)
description
- An additional description of the activity. Can be null if no additional description is to be added.long getNativePtr()