Skip to content

Commit

Permalink
Remove author comments from documentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yelizarov committed Jun 11, 2024
1 parent a1d190e commit 11c0ace
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// InitializeSdkExample.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

import PlaybackSDK

PlaybackSDKManager.shared.initialize(apiKey: "YOUR_API_KEY") { result in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// InstallPlayerPluginTutorial.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

import Foundation

PlayBackSDKManager.shared.initialize(apiKey: settingsManager.apiKey, baseURL: settingsManager.baseURL) { result in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// LoadHlsStreamTutorial.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

Swift

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// LoadPlayerViewTutorial.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

import Foundation

PlayBackSDKManager.shared.loadPlayer(entryID: settingsManager.entryId, authorizationToken: settingsManager.authorizationToken, onError: { error in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// PlayBackAPIError.swift
//
//
// Created by Artem Yelizarov on 11.06.2024.
//

import Foundation

public enum PlayBackAPIError: Error {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// InitializeSdkExample.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

import SwiftUI
import PlaybackSDK

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// LoadPlayerViewTutorial.swift
//
//
// Created by Franco Driansetti on 27/02/2024.
//

import SwiftUI
import PlaybackSDK

Expand Down

0 comments on commit 11c0ace

Please sign in to comment.