checkValidity(ofToken:completionHandler:)
Checks for a valid ICCID associated with the token.
Declaration
class func checkValidity(ofToken token: String, completionHandler: @escaping @Sendable (Bool, (any Error)?) -> Void)class func checkValidity(ofToken token: String) async throws -> BoolDiscussion
This boolean returns YES if the ICCID associated with the token is present and turned-on.