-
public final class ConnectifConfigConfiguration for initializing the Connectif SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerpushSmallIconprivate StringpushChannelIdprivate StringpushChannelNameprivate LogLevellogLevelprivate BooleanwebViewMode
-
Method Summary
Modifier and Type Method Description final IntegergetPushSmallIcon()final UnitsetPushSmallIcon(Integer pushSmallIcon)final StringgetPushChannelId()final UnitsetPushChannelId(String pushChannelId)final StringgetPushChannelName()final UnitsetPushChannelName(String pushChannelName)final LogLevelgetLogLevel()final UnitsetLogLevel(LogLevel logLevel)final BooleangetWebViewMode()final UnitsetWebViewMode(Boolean webViewMode)-
-
Method Detail
-
getPushSmallIcon
final Integer getPushSmallIcon()
-
setPushSmallIcon
final Unit setPushSmallIcon(Integer pushSmallIcon)
-
getPushChannelId
final String getPushChannelId()
-
setPushChannelId
final Unit setPushChannelId(String pushChannelId)
-
getPushChannelName
final String getPushChannelName()
-
setPushChannelName
final Unit setPushChannelName(String pushChannelName)
-
getLogLevel
final LogLevel getLogLevel()
-
setLogLevel
final Unit setLogLevel(LogLevel logLevel)
-
getWebViewMode
final Boolean getWebViewMode()
-
setWebViewMode
final Unit setWebViewMode(Boolean webViewMode)
-
-
-
-