LocMarketingApiInterface
public protocol LocMarketingApiInterface : InAppNotificationInterface
                - 
                  
                  
Declaration
Swift
func openWebURL(parent: UIViewController, urlString: String) - 
                  
                  
Declaration
Swift
func getCampaigns(propertyId: Int, buildingId: Int, entityId: Int) -> [Campaign]? - 
                  
                  
Declaration
Swift
func fetchCampaignsForProperty(propertyId: Int, completion: (([Campaign]?) -> Void)?) - 
                  
                  
Declaration
Swift
func setListener(listener: LocMarketingListener) 
      LocMarketingApiInterface Protocol Reference