SmsManager.GetSmsMessagesForFinancialApp Method

Definition

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

Java documentation for android.telephony.SmsManager.getSmsMessagesForFinancialApp(android.os.Bundle, java.util.concurrent.Executor, android.telephony.FinancialSmsCallback).

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.

Applies to