interface IRCIMIWChangePushContentShowStatusCallback {
    onPushContentShowStatusChanged?: (code: number) => void;
}

Properties

onPushContentShowStatusChanged?: (code: number) => void