Class OkHiConfig.Builder
java.lang.Object
io.okhi.android_okcollect.utilities.OkHiConfig.Builder
- Enclosing class:
- OkHiConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create OkHiConfig instancewithAddressTypes(ArrayList<OkCollectAddressType> addressTypes) Enables different address types for creationwithHomeAddressType(Boolean enabled) Enables or Disables Home addresses for creationEnable streetviewwithStreetView(Boolean enabled) withUsageTypes(io.okhi.android_core.models.OkHiUsageType[] usageTypes) pass the verification type to runwithWorkAddressType(Boolean enabled) Enables or Disables Work addresses for creation
-
Constructor Details
-
Builder
public Builder()OkHiConfig builder
-
-
Method Details
-
withStreetView
Enable streetview -
withStreetView
-
withAddressTypes
Enables different address types for creation -
withHomeAddressType
Enables or Disables Home addresses for creation -
withWorkAddressType
Enables or Disables Work addresses for creation -
withUsageTypes
pass the verification type to run -
build
Create OkHiConfig instance
-