A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
generateShortUrl(properties:io.branch.nativeExtensions.branch.buo:LinkProperties, callback:Function) — method, interface io.branch.nativeExtensions.branch.buo.BranchUniversalObject
GENERATE_SHORT_URL_FAILED — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchUniversalObjectEvent
Dispatched when the generateShortUrl has failed.
GENERATE_SHORT_URL_SUCCESS — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchUniversalObjectEvent
Dispatched when the short url has been successfully created.
getCredits(bucket:String) — method, class io.branch.nativeExtensions.branch.Branch
Reward balances change randomly on the backend when certain actions are taken (defined by your rules), so it'll make an asynchronous call to retrieve the balance.
getcredits:failed — Event, class io.branch.nativeExtensions.branch.Branch
getcredits:success — Event, class io.branch.nativeExtensions.branch.Branch
GET_CREDITS_FAILED — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchCreditsEvent
Dispatched when the getCredits has failed.
getCreditsHistory(bucket:String) — method, class io.branch.nativeExtensions.branch.Branch
This call will retrieve the entire history of credits and redemptions from the individual user.
getcreditshistory:failed — Event, class io.branch.nativeExtensions.branch.Branch
getcreditshistory:success — Event, class io.branch.nativeExtensions.branch.Branch
GET_CREDITS_HISTORY_FAILED — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchCreditsEvent
Dispatched when the getCreditsHistory has failed.
GET_CREDITS_HISTORY_SUCCESS — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchCreditsEvent
Dispatched when the getCreditsHistory method is called and SUCCESS.
GET_CREDITS_SUCCESS — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchCreditsEvent
Dispatched when the getCredits method is called and SUCCESS.
getFirstReferringParams() — method, class io.branch.nativeExtensions.branch.Branch
If you ever want to access the original session params (the parameters passed in for the first install event only), you can use this line.
getInstance() — Static Method , class io.branch.nativeExtensions.branch.Branch
getLatestReferringParams() — method, class io.branch.nativeExtensions.branch.Branch
These session parameters will be available at any point later on with this command.
getshorturl:failed — Event, class io.branch.nativeExtensions.branch.Branch
getshorturl:success — Event, class io.branch.nativeExtensions.branch.Branch
GET_SHORT_URL_FAILED — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchEvent
Dispatched when the getShortUrl has failed.
GET_SHORT_URL_SUCCESS — Constant Static Property, class io.branch.nativeExtensions.branch.events.BranchEvent
Dispatched when the short url has been successfully created.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z