FuturaeSessionApi

public interface FuturaeSessionApi

See also

  • get session information, for a session identified by a provided matcher.

Functions

Link copied to clipboard
public abstract List<ApproveInfo> extractQRCodeExtraInfo(String qrCodeOffline)

Extract an Array with ApproveInfo from QR code value.

Link copied to clipboard

Get SessionInfo for a given query. See SessionInfoQuery.

Link copied to clipboard
@Deprecated(message = "Please use getSessionInfoWithoutUnlock instead")
public abstract AsyncOperation<SessionInfo> getSessionInfoUnprotected(SessionInfoQuery query)

Get SessionInfo for a given query. See SessionInfoQuery.

Link copied to clipboard

Get SessionInfo for a given query. See SessionInfoQuery.