Package | Description |
---|---|
org.intellimate.izou.sdk.frameworks.presence.provider | |
org.intellimate.izou.sdk.frameworks.presence.provider.template |
Modifier and Type | Method and Description |
---|---|
PresenceIndicatorLevel |
Presence.getLevel()
returns the (vague) level of the reliability of the data.
|
PresenceIndicatorLevel |
PresenceProvider.getLevel()
gets the PresenceIndicatorLevel of the addon (mainly used for communication between presence-providing addons)
|
static PresenceIndicatorLevel |
PresenceIndicatorLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresenceIndicatorLevel[] |
PresenceIndicatorLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Presence(PresenceIndicatorLevel level,
boolean present,
boolean strict,
boolean known)
returns a new Presence-Object
|
Modifier and Type | Method and Description |
---|---|
PresenceIndicatorLevel |
PresenceConstant.getLevel()
gets the PresenceIndicatorLevel of the addon (mainly used for communication between presence-providing addons)
|
Constructor and Description |
---|
PresenceConstant(Context context,
String ID,
boolean strict,
PresenceIndicatorLevel level) |
Copyright © 2016. All rights reserved.