FileDocCategorySizeDatePackage
IWapPushManager.javaAPI DocAndroid 5.1 API9376Sat Mar 14 05:48:12 GMT 2015com.android.internal.telephony

IWapPushManager

public interface IWapPushManager implements android.os.IInterface

Fields Summary
Constructors Summary
Methods Summary
public booleanaddPackage(java.lang.String x_app_id, java.lang.String content_type, java.lang.String package_name, java.lang.String class_name, int app_type, boolean need_signature, boolean further_processing)
Add receiver application into the application ID table. Returns true if inserting the information is successfull. Inserting the duplicated record in the application ID table is not allowed. Use update/delete method.

public booleandeletePackage(java.lang.String x_app_id, java.lang.String content_type, java.lang.String package_name, java.lang.String class_name)
Delites receiver application information. Returns true if deleting is successfull.

public intprocessMessage(java.lang.String app_id, java.lang.String content_type, android.content.Intent intent)
Processes WAP push message and triggers the receiver application registered in the application ID table.

public booleanupdatePackage(java.lang.String x_app_id, java.lang.String content_type, java.lang.String package_name, java.lang.String class_name, int app_type, boolean need_signature, boolean further_processing)
Updates receiver application that is last added. Returns true if updating the information is successfull.