onGetReverseGeoShareURLResult method

void onGetReverseGeoShareURLResult (
  1. {@required void callback(
    1. BMFShareURLResult result,
    2. BMFSearchErrorCode errorCode
    )}
)

反geo短串分享url回调结果

Implementation

void onGetReverseGeoShareURLResult(
    {@required
        void Function(BMFShareURLResult result, BMFSearchErrorCode errorCode)
            callback}) {
  _shareurlSearchDispatcher?.onGetReverseGeoShareURLResultCallback(callback);
}