I hereby claim:
- I am rcvrgs on github.
- I am ericvargas (https://keybase.io/ericvargas) on keybase.
- I have a public key ASBKGRCm28FUc8i-5aiW9wXhg8xM1S3A741dSEbWw3-qSQo
To claim this, I am signing this object:
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
*/ | |
'use strict'; | |
var React = require('react-native'); | |
var { | |
AppRegistry, | |
StyleSheet, |
@interface DefaultSkinPlayerViewController () | |
@property (nonatomic, retain) OOSkinViewController *skinController; | |
@property (nonatomic, strong) OOOoyalaPlayer *ooyalaPlayer; | |
@property NSString *embedCode; | |
@property NSString *nib; | |
@property NSString *pcode; | |
@property NSString *playerDomain; | |
@end |
package com.ooyala.sample.players; | |
import android.app.Activity; | |
import android.os.Bundle; | |
import android.util.Log; | |
import android.view.KeyEvent; | |
import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler; | |
import com.ooyala.android.DefaultPlayerInfo; | |
import com.ooyala.android.Environment; |
0xaa0BB971f3C41565465F52EEB78E95C0f10f192C |
#import <OoyalaSDK/OoyalaSDK.h> | |
@interface MyPlayerInfo : OODefaultPlayerInfo | |
@property (nonatomic) NSDictionary *additionalParams; | |
@end | |
@implementation MyPlayerInfo |
package com.ooyala.sample.players; | |
import android.util.Base64; | |
import com.ooyala.android.DefaultPlayerInfo; | |
import com.ooyala.android.OoyalaPlayer; | |
import com.ooyala.android.OoyalaPlayerLayout; | |
import com.ooyala.android.PlayerDomain; | |
import com.ooyala.android.configuration.Options; | |
import com.ooyala.android.item.Stream; |
I hereby claim:
To claim this, I am signing this object:
function getValue(ul) { | |
const li = ul.querySelector('li'); | |
if (!li) { | |
return null; | |
} | |
const div = li.querySelector('div'); | |
if (!div) { | |
return null; | |
} | |
const span = div.querySelector('span'); |