requestCaller property
Request caller as defined by the above enum. Possible string values are:
- "UNKNOWN_CALLER" : Default unknown caller.
- "REMOTE_CONFIG" : Called through remote config.
- "NOTIFICATION" : Called through notification.
- "IN_APP_MESSAGING" : Called through in app messaging.
Implementation
core.String? requestCaller;