bodyLocArgs property

String? bodyLocArgs

Variable string values to be used in place of the format specifiers in body_loc_key to use to localize the body text to the user's current localization.

The value should be a stringified JSON array.

iOS: Corresponds to loc-args in the APNs payload. See Payload Key Reference and Localizing the Content of Your Remote Notifications for more information.

Android: See Formatting and Styling for more information.

Platforms: iOS, Android

Implementation

String? get bodyLocArgs;