pub trait IInterAppAudioConnectionNotificationTrait {
    // Required method
    unsafe fn onInterAppAudioConnectionStateChange(&self, newState: TBool);
}

Required Methods§

Implementors§