Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS tv-casting-app: deprecating old casting impl, replacing with shim #33350

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/tv-casting-app/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ if(currentStateAttribute == nil)
}

// call read on currentStateAttribute and pass in a completion block
currentStateAttribute!.read(nil) { context, before, after, err in
currentStateAttribute!.subscribe(nil, completion: { context, before, after, err in

let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "HH:mm:ss"
Expand All @@ -1386,7 +1386,7 @@ currentStateAttribute!.read(nil) { context, before, after, err in
self.status = "Read CurrentState value: \(String(describing: after)) at \(currentTime)"
}
}
}
}, minInterval: 0, maxInterval: 1)
```

The Casting client can Shutdown all running Subscriptions by calling the
Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading