Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed May 10, 2024
1 parent 64f53ef commit 0c5631c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@ class DRMExampleViewController: UIViewController {
ProcessInfo.processInfo.playbackID ?? "qxb01i6T202018GFS02vp9RIe01icTcDCjVzQpmaB00CUisJ4"
}

// TODO: Display error alert if ProcessInfo returns nil
var playbackToken: String {
ProcessInfo.processInfo.playbackToken ?? ""
}

// TODO: Display error alert if ProcessInfo returns nil
var drmToken: String {
ProcessInfo.processInfo.drmToken ?? ""
}

// TODO: Display error alert if ProcessInfo returns nil
var customDomain: String {
ProcessInfo.processInfo.customDomain ?? ""
}
Expand Down

0 comments on commit 0c5631c

Please sign in to comment.