-
- All Implemented Interfaces:
public final class ConfigurationData container class for Apptentive configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classConfiguration.MessageCenterData container class for Apptentive Message Center configuration.
-
Field Summary
Fields Modifier and Type Field Description private Doubleexpiryprivate final Configuration.MessageCentermessageCenter
-
Constructor Summary
Constructors Constructor Description Configuration(Double expiry, Configuration.MessageCenter messageCenter)
-
Method Summary
Modifier and Type Method Description final DoublegetExpiry()final UnitsetExpiry(Double expiry)final Configuration.MessageCentergetMessageCenter()-
-
Constructor Detail
-
Configuration
Configuration(Double expiry, Configuration.MessageCenter messageCenter)
- Parameters:
expiry-Length of time before Configuration expires and should re-fetch from server
-
-
Method Detail
-
setExpiry
final Unit setExpiry(Double expiry)
- Parameters:
expiry-Length of time before Configuration expires and should re-fetch from server
-
getMessageCenter
final Configuration.MessageCenter getMessageCenter()
-
-
-
-