Skip to content

Commit

Permalink
iOS tv-casting-app: deprecating old casting impl, replacing with shim
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed May 7, 2024
1 parent 5078a93 commit c8c0c0e
Show file tree
Hide file tree
Showing 72 changed files with 2,782 additions and 2,383 deletions.
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

0 comments on commit c8c0c0e

Please sign in to comment.