FCMRequest.restrictedPackageName

This parameter specifies the package name of the application where the registration tokens must match in order to receive the message.

struct FCMRequest
@serializationIgnoreOut
@serializationKeys("restricted_package_name")
Nullable!string restrictedPackageName;

Meta