Promotion Module(EN) - sunitsdk/SUnitDemo GitHub Wiki

Small TV promotion(video)

canShowVideo

judge if video can show right now,use before showVideoDialog() function:

//scene: using scene defined by yourself
SHAREitAggregation.canShowVideo(scene);

showVideoDialog

show promotion video:

//showX, showY (coordinate in the screen)
//scene (using scene defined by yourself)
//isMute (play with mute or not)
SHAREitAggregation.showVideoDialog(showX, showY, scene, isMute);

hideVideoDialog

hide promotion video:

SHAREitAggregation.hideVideoDialog();