isSalesforceWelcomeDiscoveryMobileUrl

Determines if the provided URL has the Salesforce Welcome Discovery path and parameters for mobile callback. The client id (consumer key) of the URL must match the boot config's consumer key.

Return

Boolean true if the URL has the Salesforce Welcome Discovery path and parameters for mobile callback and matches the boot config's consumer key or false otherwise

Parameters

uri

The URL to examine for the Salesforce Welcome Discovery path and parameters for mobile callback


fun isSalesforceWelcomeDiscoveryMobileUrl(context: Context, uri: Uri): <Error class: unknown class>

Deprecated

Deprecated in 13.1.1. Will be removed in 14.0.0. Use isSalesforceWelcomeDiscoveryMobileUrl(Uri).

Determines if the provided URL has the Salesforce Welcome Discovery path and parameters for mobile callback. The client id (consumer key) of the URL must match the boot config's consumer key.

Return

Boolean true if the URL has the Salesforce Welcome Discovery path and parameters for mobile callback and matches the boot config's consumer key or false otherwise

Parameters

uri

The URL to examine for the Salesforce Welcome Discovery path and parameters for mobile callback