PII
action can trigger the Rules Engine when certain triggers and traits match. When setting a rule, you can also set the PII
action for a Signal event. The collectPii
API can then be used to trigger the rule and send the PII data to a remote server.Podfile
:Podfile
:registerExtension()
API registers the Signal extension with the Mobile Core extension. This API allows the extension to send and receive events to and from the Mobile SDK.setApplication()
method in the onCreate()
method, register the Signal extension. If the registration was not successful, an InvalidInitException
is thrown.signal-1.x.x.aar
library to your project.application:didFinishLaunchingWithOptions
, register the Signal extension with Mobile Core:application:didFinishLaunchingWithOptions
, register the Signal extension with Mobile Core:libACPSignal_iOS.a
library to your project.start()
function:FinishedLaunching:
delegate method:OnCreate:
method:PII
action can trigger the Rules Engine when the configured triggers and traits match. When creating a rule, you can set the PII
action for a Signal event, so that collectPii
can trigger the rule and send the PII
data.