Documentation ¶
Overview ¶
Package associated handles the iOS and Android associated app handler protocols. For more discussion of these protocols, please see:
Android:
https://developer.android.com/training/app-links/verify-site-associations
iOS:
https://developer.apple.com/documentation/safariservices/supporting_associated_domains
Package associated handles the iOS and Android associated app handler protocols. For more discussion of these protocols, please see:
Android:
https://developer.android.com/training/app-links/verify-site-associations
iOS:
https://developer.apple.com/documentation/safariservices/supporting_associated_domains
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *config.RedirectConfig, db *database.Database, cacher cache.Cacher, h *render.Renderer) (*Controller, error)
func (*Controller) AndroidData ¶ added in v0.19.0
func (c *Controller) AndroidData(realmID uint) ([]api.AndroidDataResponse, error)
AndroidData finds all the android data apps.
func (*Controller) HandleAndroid ¶
func (c *Controller) HandleAndroid() http.Handler
func (*Controller) HandleIos ¶
func (c *Controller) HandleIos() http.Handler
func (*Controller) IOSData ¶ added in v0.19.0
func (c *Controller) IOSData(realmID uint) (*api.IOSDataResponse, error)
IOSData gets the iOS app data.
Click to show internal directories.
Click to hide internal directories.