Package ch.swisscom.mid.client.model
Class AdditionalService
- java.lang.Object
-
- ch.swisscom.mid.client.model.AdditionalService
-
- Direct Known Subclasses:
GeofencingAdditionalService,SignatureValidationAdditionalService,UserLangAdditionalService
public class AdditionalService extends Object
Base class for requesting additional services via requests to the Mobile ID service. You can either make an instance of this class and set the URI by yourself, or use one of the provided subclasses. There is also a correspondingAdditionalServiceResponsethat contains, as expected, the data that is returned as part of the requested additional service payload.
-
-
Constructor Summary
Constructors Constructor Description AdditionalService(String uri)
-