B4A Library work with sms easy

hi all
this is my first library

please test it and comment for this library

tanks a lot

Ali Malekiani

note for my library :

compare text body of SMS :
1 - you must set text or number value for SMSBody variable .
2 - proram waiting to the recive sms .
3 - program compare your value and sms body recived .
4 - if sms body recived = your value in SMSBody variable ; SMS_True variable return ture or not return false .

compare phone number of SMS :
1 - you must set phone number value for PhoneNumber variable .
2 - proram waiting to the recive sms .
3 - program compare your value and phone number of sms recived .
4 - if phone number of sms recived = your value in PhoneNumber variable ; Phone_Number_true variable return ture or not return false .

sory for write English badly
 

Attachments

  • worksms.zip
    2.8 KB · Views: 212

riccf

Member
Licensed User
Longtime User
hi all
this is my first library

please test it and comment for this library

tanks a lot

Ali Malekiani

note for my library :

compare text body of SMS :
1 - you must set text or number value for SMSBody variable .
2 - proram waiting to the recive sms .
3 - program compare your value and sms body recived .
4 - if sms body recived = your value in SMSBody variable ; SMS_True variable return ture or not return false .

compare phone number of SMS :
1 - you must set phone number value for PhoneNumber variable .
2 - proram waiting to the recive sms .
3 - program compare your value and phone number of sms recived .
4 - if phone number of sms recived = your value in PhoneNumber variable ; Phone_Number_true variable return ture or not return false .

sory for write English badly




Do you have a short sample?
 
Top