HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.transaction.ServerAction Interface Reference

Encapsulates an action extracted from an encrypted server message. More...

Inheritance diagram for com.hidglobal.ia.service.transaction.ServerAction:
com.hidglobal.ia.service.transaction.Transaction

Public Member Functions

String getAction ()
 
Date getDate ()
 
Date getExpiryDate ()
 
String getPayload ()
 
String toString ()
 

Detailed Description

Encapsulates an action extracted from an encrypted server message.

Member Function Documentation

◆ getAction()

String com.hidglobal.ia.service.transaction.ServerAction.getAction ( )

Returns Returns the nature of the action.

Returns
Retrieves the action keyword

Implemented in com.hidglobal.ia.service.transaction.Transaction.

◆ getDate()

Date com.hidglobal.ia.service.transaction.ServerAction.getDate ( )

Retrieves the date associated with requested action

Returns
the date, or null if not provided

◆ getExpiryDate()

Date com.hidglobal.ia.service.transaction.ServerAction.getExpiryDate ( )

Retrieves the expiration date associated with requested action.

Returns
the date, or null if not provided

◆ getPayload()

String com.hidglobal.ia.service.transaction.ServerAction.getPayload ( )

Returns Returns the getPayload json.

Returns
Retrieves the action payload

◆ toString()

String com.hidglobal.ia.service.transaction.ServerAction.toString ( )

Returns the message information for action

Returns
Message contents