ConfigurationBuilder class abstract
A builder for Configuration.
For the default values please see the native API references.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticationMaxRetries(
int authenticationMaxRetries) → ConfigurationBuilder - Sets the maximum number of retries for authentication.
-
authenticationRequestPath(
String authenticationRequestPath) → ConfigurationBuilder - Sets the authentication request URL path.
-
authenticationResponsePath(
String authenticationResponsePath) → ConfigurationBuilder - Sets the authentication response URL path.
-
authenticationRetryIntervalInSeconds(
Duration authenticationRetryIntervalInSeconds) → ConfigurationBuilder - Sets the time interval for authentication in seconds.
-
baseUrl(
String baseUrl) → ConfigurationBuilder - Sets the base URL.
-
build(
) → Configuration - Creates a Configuration.
-
deregistrationRequestPath(
String deregistrationRequestPath) → ConfigurationBuilder - Sets the deregistration request URL path.
-
deviceResourcePath(
String deviceResourcePath) → ConfigurationBuilder - Sets the device management resource URL path.
-
dispatchTargetResourcePath(
String dispatchTargetResourcePath) → ConfigurationBuilder - Sets the dispatch target resource URL path.
-
facetId(
String facetId) → ConfigurationBuilder - Sets the facet ID.
-
networkTimeoutInSeconds(
Duration networkTimeoutInSeconds) → ConfigurationBuilder - Sets the time interval for network timeouts in seconds.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registrationRequestPath(
String registrationRequestPath) → ConfigurationBuilder - Sets the registration request URL path.
-
registrationResponsePath(
String registrationResponsePath) → ConfigurationBuilder - Sets the registration response URL path URL.
-
toString(
) → String -
A string representation of this object.
inherited
-
userInteractionTimeoutInSeconds(
Duration userInteractionTimeoutInSeconds) → ConfigurationBuilder - Sets the user interaction timeout in seconds.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited