FacadeConnectorPushProtocol

@objc
public protocol FacadeConnectorPushProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    @objc
    func addTagsToDevice(_ tags: [String]?, completion: @escaping (_ success: Bool, _ tags: [String]?) -> Void)
  • Undocumented

    Declaration

    Swift

    @objc
    func removeTagsToDevice(_ tags: [String]?, completion: @escaping (_ success: Bool, _ tags: [String]?) -> Void)
  • Undocumented

    Declaration

    Swift

    @objc
    func getDeviceTags() -> [String : [String]]