FileDocCategorySizeDatePackage
PhoneDial.javaAPI DocphoneME MR2 API (J2ME)1741Wed May 02 18:00:24 BST 2007com.sun.midp.lcdui

PhoneDial

public class PhoneDial extends Object
PhoneDial allows for UI java code to access the phones native features.

Fields Summary
Constructors Summary
Methods Summary
public static booleancall(java.lang.String phoneNumber)
The call methods gets a phone call made.

param
phoneNumber the phoneNumber to be called in string format
return
true if the service is available

	if (Logging.REPORT_LEVEL <= Logging.INFORMATION) {
	    Logging.report(Logging.INFORMATION, LogChannels.LC_CORE,
			   "phoneNumber is call "+phoneNumber);
	}
	// native function would need to handle the actual call
	return true;