BNBVideoLoadingResultListener
Objective-C
@protocol BNBVideoLoadingResultListener
Swift
protocol BNBVideoLoadingResultListener
Interface to receive loading result from video
.
-
Undocumented
Declaration
Objective-C
- (void)onLoadingFinished:(BOOL)success;
Swift
func onLoadingFinished(_ success: Bool)