-
- All Implemented Interfaces:
public final class Streem.Configuration.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private final Streem.Environment
environment
private final TokenRefresher
tokenRefresher
private final Application
application
private final CharSequence
appId
-
Method Summary
Modifier and Type Method Description final Streem.Environment
getEnvironment()
final TokenRefresher
getTokenRefresher()
final Application
getApplication()
final CharSequence
getAppId()
final Streem.Configuration.Builder
environment(Streem.Environment environment)
final Streem.Configuration.Builder
tokenRefresher(TokenRefresher tokenRefresher)
final Streem.Configuration
build()
-
-
Method Detail
-
getEnvironment
final Streem.Environment getEnvironment()
-
getTokenRefresher
final TokenRefresher getTokenRefresher()
-
getApplication
final Application getApplication()
-
getAppId
final CharSequence getAppId()
-
environment
final Streem.Configuration.Builder environment(Streem.Environment environment)
-
tokenRefresher
final Streem.Configuration.Builder tokenRefresher(TokenRefresher tokenRefresher)
-
build
final Streem.Configuration build()
-
-
-
-