Package com.scytales.mvalid.sdk.data
Interface Response
-
- All Implemented Interfaces:
public interface Response
The interface Response.
-
-
Method Summary
Modifier and Type Method Description abstract Array<byte>
getRawBytes()
Get raw bytes byte [ ]. -
-
Method Detail
-
getRawBytes
@NonNull() abstract Array<byte> getRawBytes()
Get raw bytes byte [ ].
-
-
-
-