-
public class DoorstepEmbedView.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringDEFAULT_LINK_APIprivate final IntegerLOCATION_PERMISSION_REQUEST_CODEpublic final static DoorstepEmbedView.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetDEFAULT_LINK_API()Default base URL of the link-minting API (load's linkAPIparam).final IntegergetLOCATION_PERMISSION_REQUEST_CODE()Request code used for the expand-tap location permission ask. -
-
Method Detail
-
getDEFAULT_LINK_API
final String getDEFAULT_LINK_API()
Default base URL of the link-minting API (load's
linkAPIparam).
-
getLOCATION_PERMISSION_REQUEST_CODE
final Integer getLOCATION_PERMISSION_REQUEST_CODE()
Request code used for the expand-tap location permission ask.
-
-
-
-