public abstract class PayloadResolver
extends java.lang.Object
| Constructor and Description |
|---|
PayloadResolver(byte payloadId)
Constructs new payload resolver with assigned payload identifier.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
resolve(FramePayload payload)
Resolves input payload by transforming it to
SecureProfile object. |
public PayloadResolver(byte payloadId)
payloadId - the payload identifier.public abstract void resolve(FramePayload payload)
SecureProfile object.
It is necessary to call onPayloadResolved(SecureProfile) once payload is resolved.
Otherwise it won't be possible to get callbacks from SecureProfileListener.payload - the input payload.