@ProxyService(proxy = MiniAppProxy.class)public class MiniAppProxyImpl extends BaseMiniAppProxyImpl {@Overridepublic void interceptMiniAppUrlStartup(Activity activity, String urlContent, MiniStartLinkOptions options, EventCallback callback) {//Custom handling of mini program URLs//Returning true in the callback prevents the SDK from launching the mini program, effectively intercepting the internal launch logiccallback.onResult(true, null);}}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback