FTQRCodeUtils

public class FTQRCodeUtils

Types

Link copied to clipboard
@Deprecated(message = "Please use QRCode instead, which provides extracted QR code info as well, without the need for a host app to manually extract them in a next step")
public class QRType

Deprecated. Please use QRCode instead.

Properties

Link copied to clipboard
public final static FTQRCodeUtils INSTANCE

Functions

Link copied to clipboard
@Deprecated(message = "Please use FuturaeQrCodeApi.getQRCode instead.")
public final FTQRCodeUtils.QRType getQrcodeType(String qrCode)

Deprecated. Please use FuturaeQrCodeApi.getQRCode instead. Returns the provided QR code type.

Link copied to clipboard
public final String getSessionTokenFromQrcode(String qrCode)

Extract Session token from QR code.

Link copied to clipboard
public final String getUserIdFromQrcode(String qrCode)

Extract the User Id from a QR code.