SmsManager.FinancialSmsCallback.OnFinancialSmsMessages(CursorWindow) 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.
Callback to send sms messages back to financial app asynchronously.
[Android.Runtime.Register("onFinancialSmsMessages", "(Landroid/database/CursorWindow;)V", "GetOnFinancialSmsMessages_Landroid_database_CursorWindow_Handler", ApiSince=29)]
public abstract void OnFinancialSmsMessages (Android.Database.CursorWindow? msgs);
[<Android.Runtime.Register("onFinancialSmsMessages", "(Landroid/database/CursorWindow;)V", "GetOnFinancialSmsMessages_Landroid_database_CursorWindow_Handler", ApiSince=29)>]
abstract member OnFinancialSmsMessages : Android.Database.CursorWindow -> unit
Parameters
- msgs
- CursorWindow
SMS messages.
- Attributes
Remarks
Callback to send sms messages back to financial app asynchronously.
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.