Android Question SimpleMediaManager Event Video Complete

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
Using this amazing library it is possible in case i visualize some videos to use the "complete" event.
In exoplayer i have event:
B4X:
Sub expo_Complete
    Log("The end video")
End Sub

Can i use this event ?
 
Top