Hi
Can anyone tell me how to pass 2 Params to the RunMethod.
I have a function
public int android.telephony.TelephonyManager.btSimapConnectSIM(int,android.telephony.BtSimapOperResponse)
I believe that android.telephony.BtSimapOperResponse is a string.
I have :
Dim o As Int
o = "1"
telMgr = GetContext.RunMethod("getSystemService", Array("phone"))
simState = telMgr.RunMethod("btSimapConnectSIM", Array As Object(o))
Just can't work out how to add the second param.
Thanks for any help provided.
Regards
Potman
Can anyone tell me how to pass 2 Params to the RunMethod.
I have a function
public int android.telephony.TelephonyManager.btSimapConnectSIM(int,android.telephony.BtSimapOperResponse)
I believe that android.telephony.BtSimapOperResponse is a string.
I have :
Dim o As Int
o = "1"
telMgr = GetContext.RunMethod("getSystemService", Array("phone"))
simState = telMgr.RunMethod("btSimapConnectSIM", Array As Object(o))
Just can't work out how to add the second param.
Thanks for any help provided.
Regards
Potman