onLinkActivityResult

fun onLinkActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Boolean

Process result from the distributor's activity

You have to call UnifiedPush.register for all your registrations if this returns true.

Return

true if the requestCode matches the one of the request and the resultCode is OK and the data contains the PendingIntent to identify the distributor packageName.