Classes
The following classes are available globally.
-
See moreRBSDK
object provide a singleton to load easily player controllers, the first step is to set the secret and access keys, then use the-[RBSDK loadAsynchronouslyWithCompletionHandler:]
method to load everything.Declaration
Objective-C
@interface RBSDK : NSObject
Swift
class RBSDK : NSObject
-
Class to retrieve information about a media
See moreDeclaration
Objective-C
@interface RBSDKPlayerMediaInfo : NSObject
Swift
class RBSDKPlayerMediaInfo : NSObject
-
See moreRBSDKPlayerViewController
is an abstract class, you’re not suposed to initialize this object directly, useRBSDKRhinobirdPlayerViewController
instead.Declaration
Objective-C
@interface RBSDKPlayerViewController : UIViewController
Swift
class RBSDKPlayerViewController : UIViewController
-
See moreRBSDKRhinobirdPlayerViewController
is the player controller for Rhinobird.Declaration
Objective-C
@interface RBSDKRhinobirdPlayerViewController : RBSDKPlayerViewController
Swift
class RBSDKRhinobirdPlayerViewController : RBSDKPlayerViewController