Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

GetSimcardByIcc

Class name

com.cdrator.simcard.action.GetSimcardByIcc

Available from core version

8.7

Description

Action for retrieving a SIM card from the database by ICC.

Return value

SimCard: The SIM card with the specified ICC. If no SIM card is found, null is returned.

Properties

 

Parameters

  1. String: icc

CheckSimTypeStatus

Action name

CheckSimTypeStatus

Class name

com.cdrator.simcard.action.CheckSimTypeStatus

Available from core version

8.7

Description

Checks if the simcard is in a specific status

Return value

boolean: true if the simcard is in the specified status

Properties

  1. checkedStatus: The status value

Parameters

  1. SimCard: simcard

CreateOrGetSimCardWithICC

...