Home
last modified time | relevance | path

Searched refs:createLinkProperties (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m307 - (BranchLinkProperties*) createLinkProperties:(NSDictionary *)linkPropertiesMap withControlParams:…
532 …BranchLinkProperties *linkProperties = [self createLinkProperties:linkPropertiesMap withControlPar…
588 …BranchLinkProperties *linkProperties = [self createLinkProperties:linkPropertiesMap withControlPar…
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java540 … LinkProperties linkProperties = createLinkProperties(linkPropertiesMap, controlParamsMap); in showShareSheet()
608 LinkProperties linkProperties = createLinkProperties(linkPropertiesMap, controlParamsMap); in generateShortUrl()
702 …public static LinkProperties createLinkProperties(ReadableMap linkPropertiesMap, @Nullable Readabl… in createLinkProperties() method in RNBranchModule