SmsManager.GetSmsMessagesForFinancialApp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get SMS messages for the calling financial app.
[Android.Runtime.Register("getSmsMessagesForFinancialApp", "(Landroid/os/Bundle;Ljava/util/concurrent/Executor;Landroid/telephony/SmsManager$FinancialSmsCallback;)V", "", ApiSince=29)]
[Android.Runtime.RequiresPermission("android.permission.SMS_FINANCIAL_TRANSACTIONS")]
public void GetSmsMessagesForFinancialApp (Android.OS.Bundle? params, Java.Util.Concurrent.IExecutor executor, Android.Telephony.SmsManager.FinancialSmsCallback callback);
[<Android.Runtime.Register("getSmsMessagesForFinancialApp", "(Landroid/os/Bundle;Ljava/util/concurrent/Executor;Landroid/telephony/SmsManager$FinancialSmsCallback;)V", "", ApiSince=29)>]
[<Android.Runtime.RequiresPermission("android.permission.SMS_FINANCIAL_TRANSACTIONS")>]
member this.GetSmsMessagesForFinancialApp : Android.OS.Bundle * Java.Util.Concurrent.IExecutor * Android.Telephony.SmsManager.FinancialSmsCallback -> unit
Parameters
- params
- Bundle
the parameters to filter SMS messages returned.
- executor
- IExecutor
the executor on which callback will be invoked.
- callback
- SmsManager.FinancialSmsCallback
a callback to receive CursorWindow with SMS messages.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.