public interface IPresence extends org.eclipse.core.runtime.IAdaptable, Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
IPresence.Mode
A type-safe enum class to represent the presence mode information
|
static class |
IPresence.Type
A type-safe enum class to represent the presence type information
|
Modifier and Type | Method and Description |
---|---|
IPresence.Mode |
getMode()
Get the presence mode for this presence
|
byte[] |
getPictureData()
Get picture data for this presence
|
Map |
getProperties()
Get properties for this presence
|
String |
getStatus()
Get status information for this presence information.
|
IPresence.Type |
getType()
Get presence type information for this presence.
|
IPresence.Mode getMode()
null
.Map getProperties()
null
.String getStatus()
null
.IPresence.Type getType()
null
.byte[] getPictureData()
Copyright © 2017 Eclipse Foundation. All rights reserved.